mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
fix: In-Transit Warehouse company filter (#37796)
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user