commit | ed8e3b37860a7e4a06b87784865a5fe49179e51c | [log] [tgz] |
---|---|---|
author | gavin <gavin18d@gmail.com> | Mon Oct 21 18:12:29 2019 +0530 |
committer | Chinmay Pai <chinmaydpai@gmail.com> | Mon Oct 21 18:12:29 2019 +0530 |
tree | b68b15debfa913262cfceb6366917d73852ef778 | |
parent | 48eff90d1faf3687cfd19fdab877e26fc9387557 [diff] |
fix: link field country in shopping cart (#19370)
diff --git a/erpnext/templates/includes/cart/cart_address.html b/erpnext/templates/includes/cart/cart_address.html index e857ce1..fe53f34 100644 --- a/erpnext/templates/includes/cart/cart_address.html +++ b/erpnext/templates/includes/cart/cart_address.html
@@ -104,7 +104,7 @@ { label: __('Country'), fieldname: 'country', - fieldtype: 'Data', + fieldtype: 'Link', reqd: 1 }, ],