From c19663b31efc8b9a237cbcffc3a1efecce3a062e Mon Sep 17 00:00:00 2001 From: meichthys Date: Fri, 7 Nov 2025 03:50:44 +0000 Subject: [PATCH] remove unused Church Bible Book fields --- .../church_bible_book/church_bible_book.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/church/church_study/doctype/church_bible_book/church_bible_book.json b/church/church_study/doctype/church_bible_book/church_bible_book.json index cc9c0ea..c015349 100644 --- a/church/church_study/doctype/church_bible_book/church_bible_book.json +++ b/church/church_study/doctype/church_bible_book/church_bible_book.json @@ -9,9 +9,7 @@ "engine": "InnoDB", "field_order": [ "book", - "abbreviation", - "number_of_chapters", - "usfm" + "abbreviation" ], "fields": [ { @@ -32,18 +30,6 @@ "in_preview": 1, "in_standard_filter": 1, "label": "Abbreviation" - }, - { - "fieldname": "number_of_chapters", - "fieldtype": "Int", - "in_list_view": 1, - "label": "Number of Chapters" - }, - { - "description": "Required for fetching references from Bible API", - "fieldname": "usfm", - "fieldtype": "Data", - "label": "Unified Standard Format Marker (USFM)" } ], "grid_page_length": 50, @@ -54,7 +40,7 @@ "link_fieldname": "book" } ], - "modified": "2025-10-28 00:52:53.324021", + "modified": "2025-11-06 22:50:10.882499", "modified_by": "Administrator", "module": "Church Study", "name": "Church Bible Book",