diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index 2f634074d2..ae7ab464b8 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -1,4 +1,5 @@ { + "actions": [], "allow_import": 1, "allow_rename": 1, "creation": "2013-01-10 16:34:32", @@ -24,7 +25,6 @@ "is_shipping_address", "disabled", "linked_with", - "is_your_company_address", "links" ], "fields": [ @@ -138,12 +138,6 @@ "label": "Reference", "options": "fa fa-pushpin" }, - { - "default": "0", - "fieldname": "is_your_company_address", - "fieldtype": "Check", - "label": "Is Your Company Address" - }, { "fieldname": "links", "fieldtype": "Table", @@ -153,7 +147,8 @@ ], "icon": "fa fa-map-marker", "idx": 5, - "modified": "2019-09-08 11:41:04.145589", + "links": [], + "modified": "2020-10-14 17:38:08.971776", "modified_by": "Administrator", "module": "Contacts", "name": "Address",