diff --git a/helpdesk/helpdesk/doctype/hd_article_category/hd_article_category.json b/helpdesk/helpdesk/doctype/hd_article_category/hd_article_category.json index 7d4581b88..f8333baf3 100644 --- a/helpdesk/helpdesk/doctype/hd_article_category/hd_article_category.json +++ b/helpdesk/helpdesk/doctype/hd_article_category/hd_article_category.json @@ -10,7 +10,6 @@ "category_name", "description", "column_break_iczs", - "status", "icon" ], "fields": [ @@ -27,13 +26,6 @@ "fieldtype": "Text", "label": "Description" }, - { - "default": "Published", - "fieldname": "status", - "fieldtype": "Select", - "label": "Status", - "options": "Published\nDraft\nArchived" - }, { "fieldname": "icon", "fieldtype": "Data", @@ -45,7 +37,7 @@ } ], "links": [], - "modified": "2025-01-16 21:47:20.362630", + "modified": "2025-01-21 19:52:51.131313", "modified_by": "Administrator", "module": "Helpdesk", "name": "HD Article Category",