diff --git a/custom_ui/custom_ui/doctype/service_address_2/service_address_2.json b/custom_ui/custom_ui/doctype/service_address_2/service_address_2.json index 436e2b0..fd065d3 100644 --- a/custom_ui/custom_ui/doctype/service_address_2/service_address_2.json +++ b/custom_ui/custom_ui/doctype/service_address_2/service_address_2.json @@ -1,7 +1,7 @@ { "actions": [], "allow_rename": 1, - "creation": "2026-01-30 07:01:57.571003", + "creation": "2026-02-09 03:55:26.299198", "doctype": "DocType", "engine": "InnoDB", "field_order": [ @@ -19,7 +19,8 @@ "customer", "company", "service_address", - "foreman" + "foreman", + "ready_to_schedule" ], "fields": [ { @@ -113,12 +114,18 @@ "fieldtype": "Link", "label": "Foreman", "options": "Employee" + }, + { + "default": "1", + "fieldname": "ready_to_schedule", + "fieldtype": "Check", + "label": "Ready To Schedule" } ], "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2026-01-30 07:15:39.410145", + "modified": "2026-02-10 07:36:48.544719", "modified_by": "Administrator", "module": "Custom UI", "name": "Service Address 2",