diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html index 03e04a3a1e8..49524b92431 100644 --- a/erpnext/templates/includes/transaction_row.html +++ b/erpnext/templates/includes/transaction_row.html @@ -7,9 +7,11 @@ {{ frappe.utils.global_date_format(doc.modified) }} -
- {{ _(doc.status) }} -
+ {% if doc.doctype != "Request for Quotation" %} +
+ {{ _(doc.status) }} +
+ {% endif %}
{{ doc.items_preview | e }}