Skip to content

Commit

Permalink
fix: set today in 'On This Date' in Available Batch Report
Browse files Browse the repository at this point in the history
(cherry picked from commit 9fd55e4)
  • Loading branch information
Nihantra-Patel authored and mergify[bot] committed Sep 9, 2024
1 parent 60b81a2 commit 03e3374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ frappe.query_reports["Available Batch Report"] = {
fieldtype: "Date",
width: "80",
reqd: 1,
default: frappe.datetime.add_months(frappe.datetime.get_today(), -1),
default: frappe.datetime.get_today(),
},
{
fieldname: "item_code",
Expand Down

0 comments on commit 03e3374

Please sign in to comment.