mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
Merge pull request #25753 from netchampfaris/super-syntax-error
fix: super call syntax error
This commit is contained in:
@@ -39,8 +39,7 @@ frappe.ui.form.on('Quotation', {
|
||||
erpnext.selling.QuotationController = class QuotationController extends erpnext.selling.SellingController {
|
||||
onload(doc, dt, dn) {
|
||||
var me = this;
|
||||
super.(doc, dt, dn);
|
||||
|
||||
super.onload(doc, dt, dn);
|
||||
}
|
||||
party_name() {
|
||||
var me = this;
|
||||
|
||||
Reference in New Issue
Block a user