mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
fix: Show Offers section only if offers exist
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- Offers -->
|
||||
{% if doc.offers %}
|
||||
<br>
|
||||
<h3>Offers</h3>
|
||||
<div class="offer-container">
|
||||
@@ -70,6 +71,7 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<!-- Add to Cart / View in Cart, Contact Us -->
|
||||
<div class="mt-5 mb-5">
|
||||
|
||||
Reference in New Issue
Block a user