From ef0156c0688a1ac7c385fbd9cfc89aa4165c1263 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 10 Mar 2022 08:42:13 +0530 Subject: [PATCH] fix: removed batch from list and filter of membership --- .../lms_batch_membership/lms_batch_membership.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/school/lms/doctype/lms_batch_membership/lms_batch_membership.json b/school/lms/doctype/lms_batch_membership/lms_batch_membership.json index 35f74e35..07061b24 100644 --- a/school/lms/doctype/lms_batch_membership/lms_batch_membership.json +++ b/school/lms/doctype/lms_batch_membership/lms_batch_membership.json @@ -1,6 +1,6 @@ { "actions": [], - "creation": "2021-03-18 19:52:10.673835", + "creation": "2022-02-07 12:01:40.929633", "doctype": "DocType", "editable_grid": 1, "engine": "InnoDB", @@ -24,8 +24,6 @@ { "fieldname": "batch", "fieldtype": "Link", - "in_list_view": 1, - "in_standard_filter": 1, "label": "Batch", "options": "LMS Batch" }, @@ -117,7 +115,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-12-16 14:49:25.964853", + "modified": "2022-03-09 15:17:15.386067", "modified_by": "Administrator", "module": "LMS", "name": "LMS Batch Membership", @@ -138,5 +136,6 @@ ], "quick_entry": 1, "sort_field": "modified", - "sort_order": "DESC" + "sort_order": "DESC", + "states": [] } \ No newline at end of file