commit | f5fa1ee4b65c5f38c1398da934fdc2cd25a09777 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Thu Jun 24 11:03:32 2021 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Thu Jun 24 11:03:32 2021 +0530 |
tree | 7bebe869136284c241f4746f919d888a95e479c9 | |
parent | 5e49bee755f2e4ec57a0817f0de09cb8babd841a [diff] |
fix: Country Link field in 'Add address' website modal auto-clears
diff --git a/erpnext/templates/includes/cart/cart_address.html b/erpnext/templates/includes/cart/cart_address.html index 84a9430..4482bc1 100644 --- a/erpnext/templates/includes/cart/cart_address.html +++ b/erpnext/templates/includes/cart/cart_address.html
@@ -99,6 +99,7 @@ fieldname: 'country', fieldtype: 'Link', options: 'Country', + only_select: true, reqd: 1 }, {