Skip to content

Commit

Permalink
fix: In-Transit Warehouse company filter (backport #37796) (#37798)
Browse files Browse the repository at this point in the history
fix: In-Transit Warehouse company filter (#37796)

(cherry picked from commit daf2ec0)

Co-authored-by: hyaray <hyaray@vip.qq.com>
  • Loading branch information
mergify[bot] and hyaray authored Oct 31, 2023
1 parent 9aa29f5 commit 254ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/setup/doctype/company/company.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ frappe.ui.form.on("Company", {
filters:{
'warehouse_type' : 'Transit',
'is_group': 0,
'company': frm.doc.company
'company': frm.doc.company_name
}
};
});
Expand Down

0 comments on commit 254ec2c

Please sign in to comment.