fix: Country Link field in 'Add address' website modal auto-clears
This commit is contained in:
parent
5e49bee755
commit
f5fa1ee4b6
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user