diff --git a/lms/lms/doctype/work_experience/work_experience.json b/lms/lms/doctype/work_experience/work_experience.json index 1aea3779..25ba7baa 100644 --- a/lms/lms/doctype/work_experience/work_experience.json +++ b/lms/lms/doctype/work_experience/work_experience.json @@ -49,6 +49,7 @@ "depends_on": "eval: !doc.current", "fieldname": "to_date", "fieldtype": "Date", + "in_list_view": 1, "label": "To Date", "mandatory_depends_on": "eval: !doc.current" }, @@ -61,6 +62,7 @@ "default": "0", "fieldname": "current", "fieldtype": "Check", + "in_list_view": 1, "label": "I am currently working here" }, { @@ -71,7 +73,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2021-12-21 09:58:56.254035", + "modified": "2023-06-19 10:47:42.739249", "modified_by": "Administrator", "module": "LMS", "name": "Work Experience", @@ -79,5 +81,6 @@ "owner": "Administrator", "permissions": [], "sort_field": "modified", - "sort_order": "DESC" + "sort_order": "DESC", + "states": [] } \ No newline at end of file