From ed8e3b37860a7e4a06b87784865a5fe49179e51c Mon Sep 17 00:00:00 2001 From: gavin Date: Mon, 21 Oct 2019 18:12:29 +0530 Subject: [PATCH] fix: link field country in shopping cart (#19370) --- erpnext/templates/includes/cart/cart_address.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/includes/cart/cart_address.html b/erpnext/templates/includes/cart/cart_address.html index e857ce1be0..fe53f34dba 100644 --- a/erpnext/templates/includes/cart/cart_address.html +++ b/erpnext/templates/includes/cart/cart_address.html @@ -104,7 +104,7 @@ frappe.ready(() => { { label: __('Country'), fieldname: 'country', - fieldtype: 'Data', + fieldtype: 'Link', reqd: 1 }, ],