mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 01:26:07 +00:00
fix: Party name in Supplier Portal for Purchase Order
This commit is contained in:
@@ -72,8 +72,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="text-right col-2">
|
||||
{%- set party_name = doc.supplier_name if doc.doctype in ['Supplier Quotation', 'Purchase Invoice', 'Purchase
|
||||
Order'] else doc.customer_name %}
|
||||
{%- set party_name = doc.supplier_name if doc.doctype in ['Supplier Quotation', 'Purchase Invoice', 'Purchase Order'] else doc.customer_name %}
|
||||
<b>{{ party_name }}</b>
|
||||
|
||||
{% if doc.contact_display and doc.contact_display != party_name %}
|
||||
|
||||
Reference in New Issue
Block a user