diff --git a/erpnext/public/js/templates/address_list.html b/erpnext/public/js/templates/address_list.html index 0bc86edb082..2379ef6b487 100644 --- a/erpnext/public/js/templates/address_list.html +++ b/erpnext/public/js/templates/address_list.html @@ -9,7 +9,7 @@ ({%= __("Shipping") %}){% } %} {%= __("Edit") %}
@@ -19,5 +19,5 @@ {% if(!addr_list.length) { %}{%= __("No address added yet.") %}
{% } %} - + diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html index 21448939616..893b4e0ec20 100644 --- a/erpnext/public/js/templates/contact_list.html +++ b/erpnext/public/js/templates/contact_list.html @@ -10,7 +10,7 @@ – {%= contact_list[i].designation %} {% } %} {%= __("Edit") %} @@ -33,6 +33,6 @@ {% if(!contact_list.length) { %}{%= __("No contacts added yet.") %}
{% } %} -