mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
Merge pull request #44241 from frappe/mergify/bp/version-14-hotfix/pr-44240
fix: non group pos warehouse (backport #44240)
This commit is contained in:
@@ -277,7 +277,7 @@ erpnext.PointOfSale.ItemDetails = class {
|
|||||||
};
|
};
|
||||||
this.warehouse_control.df.get_query = () => {
|
this.warehouse_control.df.get_query = () => {
|
||||||
return {
|
return {
|
||||||
filters: { company: this.events.get_frm().doc.company },
|
filters: { company: this.events.get_frm().doc.company, is_group: 0 },
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
this.warehouse_control.refresh();
|
this.warehouse_control.refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user