Company Dashboard Title Translatable (#10673)

This commit is contained in:
Francisco Roldán 2017-09-05 06:39:35 -03:00 committed by Nabin Hait
parent 2967d7ed01
commit c929e88b97

View File

@ -8,7 +8,7 @@ def get_data():
'graph': True,
'graph_method': "frappe.utils.goal.get_monthly_goal_graph_data",
'graph_method_args': {
'title': 'Sales',
'title': _('Sales'),
'goal_value_field': 'monthly_sales_target',
'goal_total_field': 'total_monthly_sales',
'goal_history_field': 'sales_monthly_history',