fix: filter parent warehouses by company

This commit is contained in:
Ankush Menat 2023-05-29 13:14:47 +05:30
parent aa9f926298
commit 3341cd6b80

View File

@ -17,6 +17,7 @@ frappe.ui.form.on("Warehouse", {
return {
filters: {
is_group: 1,
company: doc.company,
},
};
});