mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
fix: set today in 'On This Date' in Available Batch Report
This commit is contained in:
committed by
GitHub
parent
d8b988dd9c
commit
9fd55e4c83
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user