mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
fix: add delivery warehouse filter
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user