mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
committed by
Mergify
parent
a0ea68499b
commit
4335659905
@@ -272,7 +272,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