mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +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 {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
item: frm.doc.item_code,
|
item: frm.doc.item_code,
|
||||||
|
disabled: 0,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user