mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 04:04:52 +00:00
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:
@@ -40,7 +40,7 @@ frappe.ui.form.on("Company", {
|
|||||||
filters:{
|
filters:{
|
||||||
'warehouse_type' : 'Transit',
|
'warehouse_type' : 'Transit',
|
||||||
'is_group': 0,
|
'is_group': 0,
|
||||||
'company': frm.doc.company
|
'company': frm.doc.company_name
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user