From 1d5f8d443621bf8350ede37e6cc0b16dfbc46e41 Mon Sep 17 00:00:00 2001
From: Raul Viveros
Date: Sat, 9 Jan 2016 22:05:45 +0100
Subject: [PATCH] fix button "Edit" encode url in address and contact template
---
erpnext/public/js/templates/address_list.html | 2 +-
erpnext/public/js/templates/contact_list.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/erpnext/public/js/templates/address_list.html b/erpnext/public/js/templates/address_list.html
index 0e8b3459e04..6ee7d782bfe 100644
--- a/erpnext/public/js/templates/address_list.html
+++ b/erpnext/public/js/templates/address_list.html
@@ -8,7 +8,7 @@
{% if(addr_list[i].is_shipping_address) { %}
({%= __("Shipping") %}){% } %}
-
{%= __("Edit") %}
diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html
index 363e07613f1..e2691596e73 100644
--- a/erpnext/public/js/templates/contact_list.html
+++ b/erpnext/public/js/templates/contact_list.html
@@ -9,7 +9,7 @@
({%= __("Primary") %})
{% } %}
-
{%= __("Edit") %}