Skip to content

Commit

Permalink
feat(minor): Show leave allocation table in Leave Application on refr…
Browse files Browse the repository at this point in the history
…esh hook (#1375)

* feat: Show leave allocation table on refresh hook

* fix: show dashboard on draft applications only

---------

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
  • Loading branch information
niraj2477 and ruchamahabal committed Apr 17, 2024
1 parent 56bee15 commit 6060aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hrms/hr/doctype/leave_application/leave_application.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ frappe.ui.form.on("Leave Application", {
}

frm.trigger("set_employee");
if (frm.doc.docstatus === 0) {
frm.trigger("make_dashboard");
}
},

async set_employee(frm) {
Expand Down

0 comments on commit 6060aed

Please sign in to comment.