commit | 3341cd6b80e28c60225b4f7edb77e8b9ca7d1437 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Mon May 29 13:14:47 2023 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Mon May 29 14:44:54 2023 +0530 |
tree | 36ecbe2fe881e096b8459260acc6df7640cb1186 | |
parent | aa9f926298233ff5dfa2aff8fd3eaeb226264220 [diff] |
fix: filter parent warehouses by company
diff --git a/erpnext/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js index 7a8c593..87a23ef 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.js +++ b/erpnext/stock/doctype/warehouse/warehouse.js
@@ -17,6 +17,7 @@ return { filters: { is_group: 1, + company: doc.company, }, }; });