fix: add delivery warehouse filter

This commit is contained in:
Mihir Kandoi
2025-10-14 16:08:50 +05:30
parent ae816d0c1d
commit cf97c1db38

View File

@@ -55,6 +55,7 @@ frappe.ui.form.on("Subcontracting Inward Order", {
is_rejected_warehouse: 0,
company: frm.doc.company,
disabled: 0,
customer: ["is", "not set"],
},
};
});
@@ -66,6 +67,7 @@ frappe.ui.form.on("Subcontracting Inward Order", {
is_rejected_warehouse: 0,
company: frm.doc.company,
disabled: 0,
customer: ["is", "not set"],
},
};
});