commit | 648fd16e9842917e3637f1db6f5a1252156ed280 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Jul 19 14:15:58 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Fri Jul 19 14:15:58 2013 +0530 |
tree | af89b8b8edbef3acc44b82b92a2d6c49bfb38826 | |
parent | 535d833523168a2cbd08bf402333713d6b99eaf3 [diff] |
[minor] [fix] #616
diff --git a/selling/doctype/opportunity/opportunity.js b/selling/doctype/opportunity/opportunity.js index 606f9a7..00acf55 100644 --- a/selling/doctype/opportunity/opportunity.js +++ b/selling/doctype/opportunity/opportunity.js
@@ -54,7 +54,7 @@ }); } - if(this.frm.doc.customer && !this.frm.doc.customer_name) cur_frm.cscript.customer(doc); + if(this.frm.doc.customer && !this.frm.doc.customer_name) cur_frm.cscript.customer(this.frm.doc); this.setup_queries(); },