mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
Merge pull request #51266 from mihir-kandoi/fix-phantom-bom-filter
This commit is contained in:
@@ -250,6 +250,7 @@ frappe.ui.form.on("BOM", {
|
||||
});
|
||||
}
|
||||
|
||||
frm.phantom_bom_filters.filters.is_stock_item = !frm.doc.is_phantom_bom;
|
||||
if (frm.doc.is_phantom_bom) {
|
||||
frm.phantom_bom_filters.filters.is_fixed_asset = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user