mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 20:46:38 +00:00
fix: hide supplier name in rfq portal (#58373)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user