Skip to content

Commit

Permalink
fix: remove default from Employee Leave Balance report (backport #2172)…
Browse files Browse the repository at this point in the history
… (#2190)

* fix: from/to date in Employee Leave Balance report

* fix: remove default from Employee Leave Balance report

* fix: remove default from Employee Leave Balance report

(cherry picked from commit 89ac696)

Co-authored-by: Nihantra C. Patel <[email protected]>
  • Loading branch information
mergify[bot] and Nihantra-Patel authored Sep 16, 2024
1 parent 2395ee3 commit 967b4bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ frappe.query_reports["Employee Leave Balance"] = {
label: __("From Date"),
fieldtype: "Date",
reqd: 1,
default: frappe.defaults.get_default("year_start_date"),
},
{
fieldname: "to_date",
label: __("To Date"),
fieldtype: "Date",
reqd: 1,
default: frappe.defaults.get_default("year_end_date"),
},
{
label: __("Company"),
Expand Down

0 comments on commit 967b4bd

Please sign in to comment.