mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 23:35:11 +00:00
fix(ux): add filter disabled=0 for batch no
This commit is contained in:
@@ -194,6 +194,7 @@ frappe.ui.form.on('Serial and Batch Bundle', {
|
||||
return {
|
||||
filters: {
|
||||
item: frm.doc.item_code,
|
||||
disabled: 0,
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user