mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: Call super onload_post_render inside pos_invoice.js
This commit is contained in:
@@ -44,6 +44,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