From e8f7b1e99fb7984dfafdce104dc5859244cb005c Mon Sep 17 00:00:00 2001 From: meichthys Date: Tue, 9 Sep 2025 02:57:40 +0000 Subject: [PATCH] change default church event date to 'today' --- church/church/doctype/church_event/church_event.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/church/church/doctype/church_event/church_event.json b/church/church/doctype/church_event/church_event.json index 248b871..f7eb4ca 100644 --- a/church/church/doctype/church_event/church_event.json +++ b/church/church/doctype/church_event/church_event.json @@ -65,7 +65,7 @@ }, { "allow_in_quick_entry": 1, - "default": "now", + "default": "Today", "fieldname": "start_date", "fieldtype": "Date", "in_list_view": 1, @@ -116,7 +116,7 @@ "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-09-04 23:44:35.780823", + "modified": "2025-09-08 22:57:12.707907", "modified_by": "Administrator", "module": "Church", "name": "Church Event",