From 0c163eef23a41de49ebcd8140427bf9be67c472a Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Thu, 7 Apr 2022 10:06:08 +0530 Subject: [PATCH] fix: enable Track Changes in Leave Allocation (cherry picked from commit f8f1c3d8b57d95f799696de436f8a0d0c1b0e714) # Conflicts: # erpnext/hr/doctype/leave_allocation/leave_allocation.json --- .../doctype/leave_allocation/leave_allocation.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/erpnext/hr/doctype/leave_allocation/leave_allocation.json b/erpnext/hr/doctype/leave_allocation/leave_allocation.json index 52ee463db02..5e74b1894c9 100644 --- a/erpnext/hr/doctype/leave_allocation/leave_allocation.json +++ b/erpnext/hr/doctype/leave_allocation/leave_allocation.json @@ -237,7 +237,11 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], +<<<<<<< HEAD "modified": "2021-10-01 15:28:26.335104", +======= + "modified": "2022-04-07 09:50:33.145825", +>>>>>>> f8f1c3d8b5 (fix: enable Track Changes in Leave Allocation) "modified_by": "Administrator", "module": "HR", "name": "Leave Allocation", @@ -278,5 +282,13 @@ "show_name_in_global_search": 1, "sort_field": "modified", "sort_order": "DESC", +<<<<<<< HEAD "timeline_field": "employee" } +======= + "states": [], + "timeline_field": "employee", + "title_field": "employee_name", + "track_changes": 1 +} +>>>>>>> f8f1c3d8b5 (fix: enable Track Changes in Leave Allocation)