diff --git a/erpnext/public/js/sales_trends_filters.js b/erpnext/public/js/sales_trends_filters.js index 9b66f377b4a..2f8e6f93c61 100644 --- a/erpnext/public/js/sales_trends_filters.js +++ b/erpnext/public/js/sales_trends_filters.js @@ -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",