mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
Codacy fix
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user