From 665311b38a5fe2fe768afc4ac196bfa217af8422 Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Fri, 9 Jun 2017 14:03:20 +0530 Subject: [PATCH] [hotfix] replaced __ call with _ in project_timesheets.html (#9198) --- erpnext/templates/includes/projects/project_timesheets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/includes/projects/project_timesheets.html b/erpnext/templates/includes/projects/project_timesheets.html index 3a9aecd251..66f47713d2 100644 --- a/erpnext/templates/includes/projects/project_timesheets.html +++ b/erpnext/templates/includes/projects/project_timesheets.html @@ -5,7 +5,7 @@
{{ timesheet.info.name }}
- {{ __("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ __("to") }} {{ frappe.format_date(timesheet.to_time) }} + {{ _("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ _("to") }} {{ frappe.format_date(timesheet.to_time) }}