mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
fix: not allow template item in product bundle item
This commit is contained in:
committed by
GitHub
parent
9864377b47
commit
b64f5a4e54
@@ -12,8 +12,8 @@ frappe.ui.form.on("Product Bundle", {
|
|||||||
|
|
||||||
frm.set_query("item_code", "items", () => {
|
frm.set_query("item_code", "items", () => {
|
||||||
return {
|
return {
|
||||||
"filters": {
|
filters: {
|
||||||
"has_variants": 0
|
has_variants: 0
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user