From 99bec229fbf8e31fbdf17bb4d4b2c0bb4d9e2c96 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Mon, 2 Oct 2023 16:51:09 +0530 Subject: [PATCH] chore: remove unintentional json updated --- frappe/contacts/doctype/address/address.json | 2 +- frappe/contacts/doctype/contact/contact.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index 6a912baa53..e192a0b8a8 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -74,7 +74,7 @@ }, { "fieldname": "state", - "fieldtype": "Autocomplete", + "fieldtype": "Data", "label": "State/Province" }, { diff --git a/frappe/contacts/doctype/contact/contact.py b/frappe/contacts/doctype/contact/contact.py index f395851f20..c1bd2f55ec 100644 --- a/frappe/contacts/doctype/contact/contact.py +++ b/frappe/contacts/doctype/contact/contact.py @@ -33,7 +33,6 @@ class Contact(Document): google_contacts: DF.Link | None google_contacts_id: DF.Data | None image: DF.AttachImage | None - is_billing_contact: DF.Check is_primary_contact: DF.Check last_name: DF.Data | None links: DF.Table[DynamicLink]