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]