fix: In-Transit Warehouse company filter (#37796)
This commit is contained in:
parent
77af247450
commit
daf2ec063c
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user