Merge branch 'develop' of https://github.com/frappe/erpnext into develop

This commit is contained in:
Khushal Trivedi
2019-10-21 20:53:40 +05:30

View File

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