commit | 679aea607b1bf7c9303a2cbe1a7b5629a03f3f4f | [log] [tgz] |
---|---|---|
author | jeshani <56191568+jeshani@users.noreply.github.com> | Sat Mar 30 07:46:22 2024 +0300 |
committer | GitHub <noreply@github.com> | Sat Mar 30 10:16:22 2024 +0530 |
tree | 2758f13931f241b8818ff77ff8d437468584e24d | |
parent | 8e522183bc417b52253315cd3784a125eea671d8 [diff] |
fix: Warehouse linked company name in multicompany setup (#40779)
diff --git a/erpnext/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js index 195ecb6..96cac9c 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.js +++ b/erpnext/stock/doctype/warehouse/warehouse.js
@@ -49,6 +49,7 @@ frm.add_custom_button(__("Stock Balance"), function () { frappe.set_route("query-report", "Stock Balance", { warehouse: frm.doc.name, + company: frm.doc.company, }); });