Fix - POS >> Item listing after submit pos >> list all the items which are not restricted to that pos profile #16588
This commit is contained in:
parent
504f317434
commit
1906f6da3a
@ -166,7 +166,7 @@ erpnext.pos.PointOfSale = class PointOfSale {
|
|||||||
});
|
});
|
||||||
|
|
||||||
frappe.ui.form.on('Sales Invoice', 'selling_price_list', (frm) => {
|
frappe.ui.form.on('Sales Invoice', 'selling_price_list', (frm) => {
|
||||||
if(this.items) {
|
if(this.items && frm.doc.pos_profile) {
|
||||||
this.items.reset_items();
|
this.items.reset_items();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user