Codacy fix

This commit is contained in:
Saurabh 2018-01-20 04:28:35 +05:30
parent b664488d98
commit 24946ee4e0

View File

@ -44,7 +44,7 @@ frappe.ui.form.on("Customer", {
},
customer_primary_address: function(frm){
if(!frm.doc.customer_primary_address){
frm.doc.primary_address = ""
frm.doc.primary_address = "";
}
},
customer_primary_contact: function(frm){