commit | a5b78f3c0d3e8230b410f78eb2d576fcb4159434 | [log] [tgz] |
---|---|---|
author | Himanshu Warekar <himanshuwarekar@yahoo.com> | Wed Aug 28 00:04:05 2019 +0530 |
committer | Himanshu Warekar <himanshuwarekar@yahoo.com> | Wed Aug 28 00:04:05 2019 +0530 |
tree | 6a8633cf4fa8b8843c659d78b596e90484cc7b13 | |
parent | 9057239c3c92228ba0b957e47b73cc9e01de7891 [diff] |
fix: get address in single line
diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html index 0a339aa..8dd220f 100644 --- a/erpnext/public/js/templates/contact_list.html +++ b/erpnext/public/js/templates/contact_list.html
@@ -36,9 +36,11 @@ {% endif %} </p> {% endif %} + <p> {% if (contact_list[i].address) { %} {%= __("Address ") %}: {%= contact_list[i].address %}<br> {% endif %} + </p> </div> {% } %} {% if(!contact_list.length) { %}