fix: In-Transit Warehouse company filter (#37796) (cherry picked from commit daf2ec063c4b0313e32e247459d0cb8dc6958833) Co-authored-by: hyaray <hyaray@vip.qq.com>
This commit is contained in:
parent
9aa29f55d9
commit
254ec2cfd1
@ -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