commit | cc24d28ddc44251a5ddf1b75d0c988578cb82a3a | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Tue Dec 08 12:34:01 2015 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Tue Dec 08 12:34:13 2015 +0530 |
tree | de67d9e66abc268a7b78178f1df05aea4f909fd6 | |
parent | 441b2c765743987037b9a2b99e6e0520d451861b [diff] [blame] |
[fix] address creation for new user
diff --git a/erpnext/templates/includes/address_row.html b/erpnext/templates/includes/address_row.html index 717ca75..f6ec819 100644 --- a/erpnext/templates/includes/address_row.html +++ b/erpnext/templates/includes/address_row.html
@@ -3,7 +3,6 @@ <h4 class="strong">{{ doc.address_title }}</h4> <p class="text-muted small"> {{ frappe.get_doc(doc).get_display() }} - </div> - </div> + </p> </a> </div>