fix(ux): add filter disabled=0 for batch no

This commit is contained in:
s-aga-r 2023-06-10 12:33:06 +05:30
parent dcbd7d5f1f
commit 9a12545ac3

View File

@ -194,6 +194,7 @@ frappe.ui.form.on('Serial and Batch Bundle', {
return {
filters: {
item: frm.doc.item_code,
disabled: 0,
}
};
});