mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +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) {
|
onload_post_render(frm) {
|
||||||
|
super.onload_post_render();
|
||||||
this.pos_profile(frm);
|
this.pos_profile(frm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user