diff --git a/erpnext/templates/includes/cart/cart_address.html b/erpnext/templates/includes/cart/cart_address.html index e857ce1be0e..fe53f34dba5 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 }, ],