fix: super call syntax error
This commit is contained in:
parent
d15d0d8568
commit
1483a60b90
@ -39,8 +39,7 @@ frappe.ui.form.on('Quotation', {
|
|||||||
erpnext.selling.QuotationController = class QuotationController extends erpnext.selling.SellingController {
|
erpnext.selling.QuotationController = class QuotationController extends erpnext.selling.SellingController {
|
||||||
onload(doc, dt, dn) {
|
onload(doc, dt, dn) {
|
||||||
var me = this;
|
var me = this;
|
||||||
super.(doc, dt, dn);
|
super.onload(doc, dt, dn);
|
||||||
|
|
||||||
}
|
}
|
||||||
party_name() {
|
party_name() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user