Skip to content

Commit

Permalink
feat: enable track changes for leave type (#26917) (#26959)
Browse files Browse the repository at this point in the history
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com>
(cherry picked from commit a9a2405)

Co-authored-by: Anupam Kumar <anupamvns0099@gmail.com>
  • Loading branch information
frappe-pr-bot and anupamvs authored Aug 16, 2021
1 parent 1351d6e commit 64dfbfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions erpnext/hr/doctype/leave_type/leave_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"icon": "fa fa-flag",
"idx": 1,
"links": [],
"modified": "2021-03-02 11:22:33.776320",
"modified": "2021-08-12 16:10:36.464690",
"modified_by": "Administrator",
"module": "HR",
"name": "Leave Type",
Expand Down Expand Up @@ -248,5 +248,6 @@
}
],
"sort_field": "modified",
"sort_order": "DESC"
"sort_order": "DESC",
"track_changes": 1
}

0 comments on commit 64dfbfa

Please sign in to comment.