fix(ux): add filter disabled=0
for batch no
This commit is contained in:
parent
dcbd7d5f1f
commit
9a12545ac3
@ -194,6 +194,7 @@ frappe.ui.form.on('Serial and Batch Bundle', {
|
||||
return {
|
||||
filters: {
|
||||
item: frm.doc.item_code,
|
||||
disabled: 0,
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user