fix: filter parent warehouses not showing (#35897)
(cherry picked from commit af418d2342)
Co-authored-by: HLD <hanglaoda@hotmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ frappe.ui.form.on("Warehouse", {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
frm.set_query("parent_warehouse", function () {
|
frm.set_query("parent_warehouse", function (doc) {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
is_group: 1,
|
is_group: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user