mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-24 05:47:15 +00:00
Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com>
This commit is contained in:
@@ -558,6 +558,9 @@ erpnext.PointOfSale.Controller = class {
|
||||
}
|
||||
|
||||
make_new_invoice() {
|
||||
if (this.payment) {
|
||||
this.payment.selected_mode = "";
|
||||
}
|
||||
return frappe.run_serially([
|
||||
() => frappe.dom.freeze(),
|
||||
() => this.make_invoice_frm(this.settings.frm_doctype),
|
||||
|
||||
Reference in New Issue
Block a user