fix: Warehouse linked company name in multicompany setup (#40779)
(cherry picked from commit 679aea607b)
Co-authored-by: jeshani <56191568+jeshani@users.noreply.github.com>
This commit is contained in:
@@ -49,6 +49,7 @@ frappe.ui.form.on("Warehouse", {
|
||||
frm.add_custom_button(__("Stock Balance"), function () {
|
||||
frappe.set_route("query-report", "Stock Balance", {
|
||||
warehouse: frm.doc.name,
|
||||
company: frm.doc.company,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user