mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[Fix] User not able to view projects from the portal (#9173)
This commit is contained in:
committed by
Nabin Hait
parent
98f8da1294
commit
6b95210c19
@@ -6,7 +6,7 @@
|
|||||||
<span class="indicator {{ "red" if task.status=="Open" else "green" if task.status=="Closed" else "darkgrey" }}" title="{{ task.status }}" > {{ task.subject }}</span>
|
<span class="indicator {{ "red" if task.status=="Open" else "green" if task.status=="Closed" else "darkgrey" }}" title="{{ task.status }}" > {{ task.subject }}</span>
|
||||||
<div class="small text-muted item-timestamp"
|
<div class="small text-muted item-timestamp"
|
||||||
title="{{ frappe.utils.pretty_date(task.modified) }}">
|
title="{{ frappe.utils.pretty_date(task.modified) }}">
|
||||||
{{ __("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
|
{{ _("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='col-xs-1'>{% if task.todo %}
|
<div class='col-xs-1'>{% if task.todo %}
|
||||||
|
|||||||
Reference in New Issue
Block a user