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
commit df8f2c9276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;