Merge pull request #58372 from frappe/mergify/bp/version-16-hotfix/pr-58368

fix: hide rfq status in supplier portal (backport #58368)
This commit is contained in:
Sudharsanan Ashok
2026-08-24 16:36:08 +05:30
committed by GitHub

View File

@@ -7,9 +7,11 @@
{{ frappe.utils.global_date_format(doc.modified) }}
</div>
</div>
<div class="col-sm-3">
<span class="indicator-pill {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "gray") }} list-item-status">{{ _(doc.status) }}</span>
</div>
{% if doc.doctype != "Request for Quotation" %}
<div class="col-sm-3">
<span class="indicator-pill {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "gray") }} list-item-status">{{ _(doc.status) }}</span>
</div>
{% endif %}
<div class="col-sm-2">
<div class="small text-muted items-preview ellipsis ellipsis-width">
{{ doc.items_preview | e }}