fix: In-Transit Warehouse company filter (backport #37796) (#37798)

fix: In-Transit Warehouse company filter (#37796)

(cherry picked from commit daf2ec063c4b0313e32e247459d0cb8dc6958833)

Co-authored-by: hyaray <hyaray@vip.qq.com>
This commit is contained in:
mergify[bot] 2023-10-31 18:53:08 +05:30 committed by GitHub
parent 9aa29f55d9
commit 254ec2cfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
};
});