mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
Codacy fix
This commit is contained in:
@@ -44,7 +44,7 @@ frappe.ui.form.on("Customer", {
|
|||||||
},
|
},
|
||||||
customer_primary_address: function(frm){
|
customer_primary_address: function(frm){
|
||||||
if(!frm.doc.customer_primary_address){
|
if(!frm.doc.customer_primary_address){
|
||||||
frm.doc.primary_address = ""
|
frm.doc.primary_address = "";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
customer_primary_contact: function(frm){
|
customer_primary_contact: function(frm){
|
||||||
|
|||||||
Reference in New Issue
Block a user