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

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

(cherry picked from commit daf2ec063c)

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

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