From a5b78f3c0d3e8230b410f78eb2d576fcb4159434 Mon Sep 17 00:00:00 2001 From: Himanshu Warekar Date: Wed, 28 Aug 2019 00:04:05 +0530 Subject: [PATCH] fix: get address in single line --- erpnext/public/js/templates/contact_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html index 0a339aa539..8dd220f72d 100644 --- a/erpnext/public/js/templates/contact_list.html +++ b/erpnext/public/js/templates/contact_list.html @@ -36,9 +36,11 @@ {% endif %}

{% endif %} +

{% if (contact_list[i].address) { %} {%= __("Address ") %}: {%= contact_list[i].address %}
{% endif %} +

{% } %} {% if(!contact_list.length) { %}