commit | daf2ec063c4b0313e32e247459d0cb8dc6958833 | [log] [tgz] |
---|---|---|
author | hyaray <hyaray@vip.qq.com> | Tue Oct 31 21:21:27 2023 +0800 |
committer | GitHub <noreply@github.com> | Tue Oct 31 18:51:27 2023 +0530 |
tree | 42d7fe52367b31b8c9b6437e55d03ab9b8c2ebeb | |
parent | 77af247450fc6901ae49ef6109073bb4f637113c [diff] |
fix: In-Transit Warehouse company filter (#37796)
diff --git a/erpnext/setup/doctype/company/company.js b/erpnext/setup/doctype/company/company.js index 23b93dc..1bd469b 100644 --- a/erpnext/setup/doctype/company/company.js +++ b/erpnext/setup/doctype/company/company.js
@@ -40,7 +40,7 @@ filters:{ 'warehouse_type' : 'Transit', 'is_group': 0, - 'company': frm.doc.company + 'company': frm.doc.company_name } }; });