chore: remove hardcoded FY

This commit is contained in:
Deepesh Garg
2024-03-28 12:25:42 +05:30
parent 87324c7349
commit c15a320940

View File

@@ -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",