mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
added translations to report py file.
This commit is contained in:
committed by
Anand Doshi
parent
351be9ca42
commit
951da0ca3d
@@ -28,7 +28,7 @@ erpnext.SupportAnalytics = frappe.views.GridReportWithPlot.extend({
|
||||
|
||||
filters: [
|
||||
{fieldtype:"Select", label: __("Fiscal Year"), link:"Fiscal Year",
|
||||
default_value: "Select Fiscal Year..."},
|
||||
default_value: __("Select Fiscal Year") + "..."},
|
||||
{fieldtype:"Date", label: __("From Date")},
|
||||
{fieldtype:"Label", label: __("To")},
|
||||
{fieldtype:"Date", label: __("To Date")},
|
||||
|
||||
Reference in New Issue
Block a user