fix: super call syntax error
diff --git a/erpnext/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js
index 10606bf..7fecd4b 100644
--- a/erpnext/selling/doctype/quotation/quotation.js
+++ b/erpnext/selling/doctype/quotation/quotation.js
@@ -39,8 +39,7 @@
 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;