mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 14:32:13 +00:00
fix: set today in 'On This Date' in Available Batch Report
(cherry picked from commit 9fd55e4c83)
This commit is contained in:
committed by
Mergify
parent
60b81a2a59
commit
03e3374a8b
@@ -17,7 +17,7 @@ frappe.query_reports["Available Batch Report"] = {
|
|||||||
fieldtype: "Date",
|
fieldtype: "Date",
|
||||||
width: "80",
|
width: "80",
|
||||||
reqd: 1,
|
reqd: 1,
|
||||||
default: frappe.datetime.add_months(frappe.datetime.get_today(), -1),
|
default: frappe.datetime.get_today(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "item_code",
|
fieldname: "item_code",
|
||||||
|
|||||||
Reference in New Issue
Block a user