Merge branch 'shf_rename' of github.com:webnotes/erpnext into shf_rename
diff --git a/erpnext/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js
index 285c2d1..2807260 100644
--- a/erpnext/selling/doctype/quotation/quotation.js
+++ b/erpnext/selling/doctype/quotation/quotation.js
@@ -145,7 +145,7 @@
cur_frm.cscript.lead = function(doc, cdt, cdn) {
if(doc.lead) {
- get_server_fields('get_lead_details', doc.lead,'', doc, cdt, cdn, 1, callback);
+ get_server_fields('get_lead_details', doc.lead,'', doc, cdt, cdn, 1);
unhide_field('territory');
}
}