Merge pull request #25753 from netchampfaris/super-syntax-error

fix: super call syntax error
This commit is contained in:
Faris Ansari
2021-05-19 12:31:13 +05:30
committed by GitHub

View File

@@ -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;