diff --git a/erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.json b/erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.json index e13d4eb1e3..fe9793715b 100644 --- a/erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.json +++ b/erpnext/projects/doctype/time_log_batch_detail/time_log_batch_detail.json @@ -115,6 +115,27 @@ "search_index": 0, "set_only_once": 0, "unique": 0 + }, + { + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "fieldname": "note", + "fieldtype": "Data", + "hidden": 0, + "ignore_user_permissions": 0, + "in_filter": 0, + "in_list_view": 1, + "label": "Note", + "no_copy": 0, + "permlevel": 0, + "print_hide": 0, + "read_only": 1, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 } ], "hide_heading": 0, @@ -133,4 +154,4 @@ "permissions": [], "read_only": 0, "read_only_onload": 0 -} \ No newline at end of file +}