From 27da2bb63a0a8e11b308f1d9134b4345c4c84cce Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 25 Feb 2021 22:39:47 +0530 Subject: [PATCH] fix: Remove unique check from represents company field --- erpnext/selling/doctype/customer/customer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erpnext/selling/doctype/customer/customer.json b/erpnext/selling/doctype/customer/customer.json index a048928f72..7d5e84df52 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -212,8 +212,7 @@ "fieldtype": "Link", "ignore_user_permissions": 1, "label": "Represents Company", - "options": "Company", - "unique": 1 + "options": "Company" }, { "depends_on": "represents_company", @@ -500,7 +499,7 @@ "image_field": "image", "index_web_pages_for_search": 1, "links": [], - "modified": "2021-01-27 12:54:57.258959", + "modified": "2021-01-28 12:54:57.258959", "modified_by": "Administrator", "module": "Selling", "name": "Customer",