mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
chore: remove hardcoded FY
This commit is contained in:
@@ -44,7 +44,7 @@ erpnext.sales_trends_filters = {
|
||||
label: __("Fiscal Year"),
|
||||
fieldtype: "Link",
|
||||
options: "Fiscal Year",
|
||||
default: "2023-2024",
|
||||
default: erpnext.utils.get_fiscal_year(frappe.datetime.get_today()),
|
||||
},
|
||||
{
|
||||
fieldname: "company",
|
||||
|
||||
Reference in New Issue
Block a user