mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
[Fix] Rate not fetched in the POS, User trying to add an item in the cart before loading of frm
This commit is contained in:
@@ -49,11 +49,12 @@ erpnext.pos.PointOfSale = class PointOfSale {
|
||||
this.set_online_status();
|
||||
},
|
||||
() => this.setup_pos_profile(),
|
||||
() => this.make_new_invoice(),
|
||||
() => {
|
||||
frappe.timeout(1);
|
||||
this.make_items();
|
||||
this.bind_events();
|
||||
},
|
||||
() => this.make_new_invoice(),
|
||||
() => this.page.set_title(__('Point of Sale'))
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user