mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +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',
|
||||
fieldtype: 'Link',
|
||||
options: 'Country',
|
||||
only_select: true,
|
||||
reqd: 1
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user