From 6b95210c190359ce6d275750dca4b0aa52bdb559 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 7 Jun 2017 20:03:37 +0530 Subject: [PATCH] [Fix] User not able to view projects from the portal (#9173) --- erpnext/templates/includes/projects/project_tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/includes/projects/project_tasks.html b/erpnext/templates/includes/projects/project_tasks.html index c978576ecd0..94c692cdd27 100644 --- a/erpnext/templates/includes/projects/project_tasks.html +++ b/erpnext/templates/includes/projects/project_tasks.html @@ -6,7 +6,7 @@ {{ task.subject }}
- {{ __("modified") }} {{ frappe.utils.pretty_date(task.modified) }} + {{ _("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
{% if task.todo %}