From 9a138f07f74b9bb3e8ed198f49113f6d464c90a8 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Thu, 21 Jun 2018 22:42:03 +0530 Subject: [PATCH] [portal] fix item-preview column #13077 --- erpnext/templates/includes/issue_row.html | 4 ++-- erpnext/templates/includes/transaction_row.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/templates/includes/issue_row.html b/erpnext/templates/includes/issue_row.html index c0b0d2b98c..eb5c0a4cc3 100644 --- a/erpnext/templates/includes/issue_row.html +++ b/erpnext/templates/includes/issue_row.html @@ -5,9 +5,9 @@ {{ doc.name }} -
+
{{ doc.subject }}
- +
{{ frappe.format_date(doc.modified) }}
diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html index 0e47f7d399..6c58b519fc 100644 --- a/erpnext/templates/includes/transaction_row.html +++ b/erpnext/templates/includes/transaction_row.html @@ -10,7 +10,7 @@
-
+
{{ doc.items_preview }}