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

This commit is contained in:
hyaray
2023-10-31 21:21:27 +08:00
committed by GitHub
parent 77af247450
commit daf2ec063c

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