commit | 24946ee4e0d1e31b35a05d92df107c21b7d4bbf7 | [log] [tgz] |
---|---|---|
author | Saurabh <bhosalesaurabh8@gmail.com> | Sat Jan 20 04:28:35 2018 +0530 |
committer | Saurabh <bhosalesaurabh8@gmail.com> | Sat Jan 20 04:28:35 2018 +0530 |
tree | cc41774a405ca945f7b1d0922bc2fcd364b39692 | |
parent | b664488d9847f838544a9258667cec701a27c081 [diff] |
Codacy fix
diff --git a/erpnext/selling/doctype/customer/customer.js b/erpnext/selling/doctype/customer/customer.js index 0f8602a..2dbbdf1 100644 --- a/erpnext/selling/doctype/customer/customer.js +++ b/erpnext/selling/doctype/customer/customer.js
@@ -44,7 +44,7 @@ }, customer_primary_address: function(frm){ if(!frm.doc.customer_primary_address){ - frm.doc.primary_address = "" + frm.doc.primary_address = ""; } }, customer_primary_contact: function(frm){