From 961f2c8fd1935da8606ecdcbca83c0092864c756 Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:28:50 +0100 Subject: [PATCH] fix(Country): remove unique constraint on Code field (#29039) --- frappe/geo/doctype/country/country.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frappe/geo/doctype/country/country.json b/frappe/geo/doctype/country/country.json index 088b9b5aa6..0c0d978db3 100644 --- a/frappe/geo/doctype/country/country.json +++ b/frappe/geo/doctype/country/country.json @@ -50,14 +50,13 @@ "in_list_view": 1, "label": "Code", "length": 2, - "reqd": 1, - "unique": 1 + "reqd": 1 } ], "icon": "fa fa-globe", "idx": 1, "links": [], - "modified": "2024-12-29 16:56:04.850422", + "modified": "2025-01-03 13:01:46.030113", "modified_by": "Administrator", "module": "Geo", "name": "Country",