mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
fix: Call super onload_post_render inside pos_invoice.js
(cherry picked from commit 4a3eca963c)
This commit is contained in:
@@ -57,6 +57,7 @@ erpnext.selling.POSInvoiceController = class POSInvoiceController extends erpnex
|
||||
}
|
||||
|
||||
onload_post_render(frm) {
|
||||
super.onload_post_render();
|
||||
this.pos_profile(frm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user