committed by
Mergify
parent
859672c419
commit
ec40131d4d
@@ -277,7 +277,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