diff --git a/erpnext/templates/includes/projects/project_row.html b/erpnext/templates/includes/projects/project_row.html index a256fbd677b..686637a2014 100644 --- a/erpnext/templates/includes/projects/project_row.html +++ b/erpnext/templates/includes/projects/project_row.html @@ -1,11 +1,11 @@ {% if doc.status == "Open" %}
-
+ -
+
{{ doc.project_name }}
@@ -25,7 +25,7 @@
{% if doc["_assign"] %} {% set assigned_users = json.loads(doc["_assign"])%} -
+
{% for user in assigned_users %} {% set user_details = frappe .db @@ -46,7 +46,7 @@ {% endfor %}
{% endif %} -
+
{{ frappe.utils.pretty_date(doc.modified) }}