mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
fix: get address in single line
This commit is contained in:
@@ -36,9 +36,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p>
|
||||||
{% if (contact_list[i].address) { %}
|
{% if (contact_list[i].address) { %}
|
||||||
{%= __("Address ") %}: {%= contact_list[i].address %}<br>
|
{%= __("Address ") %}: {%= contact_list[i].address %}<br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% } %}
|
{% } %}
|
||||||
{% if(!contact_list.length) { %}
|
{% if(!contact_list.length) { %}
|
||||||
|
|||||||
Reference in New Issue
Block a user