mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: not allow template item in product bundle item
This commit is contained in:
committed by
GitHub
parent
b64f5a4e54
commit
8fb3294674
@@ -13,7 +13,7 @@ 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