mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 17:45:56 +00:00
fix: non group pos warehouse
This commit is contained in:
committed by
GitHub
parent
3b9e226d93
commit
d526be0394
@@ -272,7 +272,7 @@ erpnext.PointOfSale.ItemDetails = class {
|
||||
};
|
||||
this.warehouse_control.df.get_query = () => {
|
||||
return {
|
||||
filters: { company: this.events.get_frm().doc.company },
|
||||
filters: { company: this.events.get_frm().doc.company, is_group: 0 },
|
||||
};
|
||||
};
|
||||
this.warehouse_control.refresh();
|
||||
|
||||
Reference in New Issue
Block a user