fix: super call syntax error

This commit is contained in:
Faris Ansari 2021-05-19 12:30:11 +05:30
parent d15d0d8568
commit 1483a60b90

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;