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