diff --git a/erpnext/templates/includes/address_row.html b/erpnext/templates/includes/address_row.html index 6d4dd5444cd..7a11cc73308 100644 --- a/erpnext/templates/includes/address_row.html +++ b/erpnext/templates/includes/address_row.html @@ -1,5 +1,5 @@
- +
{{ doc.address_title }} @@ -7,7 +7,7 @@
{{ _(doc.address_type) }}
{{ doc.city }}
- {{ frappe.get_doc(doc).get_display() }} + {{ doc.address_display or "" }}