mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix: Country Link field in 'Add address' website modal auto-clears
This commit is contained in:
@@ -99,6 +99,7 @@ frappe.ready(() => {
|
|||||||
fieldname: 'country',
|
fieldname: 'country',
|
||||||
fieldtype: 'Link',
|
fieldtype: 'Link',
|
||||||
options: 'Country',
|
options: 'Country',
|
||||||
|
only_select: true,
|
||||||
reqd: 1
|
reqd: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user