Skip to content

Commit

Permalink
Merge pull request #43124 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-43121

fix: set today in 'On This Date' in Available Batch Report (backport #43121)
  • Loading branch information
ruthra-kumar authored Sep 9, 2024
2 parents c237f3c + 36f65fc commit 4536e8b
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 4536e8b

Please sign in to comment.