fix: link field country in shopping cart (#19370)

This commit is contained in:
gavin 2019-10-21 18:12:29 +05:30 committed by Chinmay Pai
parent 48eff90d1f
commit ed8e3b3786

View File

@ -104,7 +104,7 @@ frappe.ready(() => {
{
label: __('Country'),
fieldname: 'country',
fieldtype: 'Data',
fieldtype: 'Link',
reqd: 1
},
],