fix: hide supplier name in rfq portal (#58373)

This commit is contained in:
Pandiyan P
2026-08-24 17:38:49 +05:30
committed by GitHub
parent 75d6183bb6
commit 7ec34bab8d

View File

@@ -22,10 +22,7 @@
{% block page_content %}
<div class="row">
<div class="col-6">
<div class="rfq-supplier">{{ doc.supplier }}</div>
</div>
<div class="col-6 text-muted text-right h6">
<div class="col-12 text-muted text-right h6">
{{ doc.get_formatted("transaction_date") }}
</div>
</div>