[minor] typo in customer.js
diff --git a/erpnext/selling/doctype/customer/customer.js b/erpnext/selling/doctype/customer/customer.js
index af97fed..b5234f1 100644
--- a/erpnext/selling/doctype/customer/customer.js
+++ b/erpnext/selling/doctype/customer/customer.js
@@ -41,7 +41,7 @@
if(fields_to_refresh) { refresh_many(fields_to_refresh); }
}
-cur_frm.add_fetch('lead_name', ('company_name', 'customer_name');
+cur_frm.add_fetch('lead_name', 'company_name', 'customer_name');
cur_frm.add_fetch('default_sales_partner','commission_rate','default_commission_rate');
cur_frm.fields_dict['customer_group'].get_query = function(doc, dt, dn) {