forked from CGM_Public/pretix_original
Don't show "no products" if voucher allows seating plan
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if options == 0 %}
|
{% if options == 0 and not seating_available %}
|
||||||
{% if request.event.has_subevents and not voucher.subevent %}
|
{% if request.event.has_subevents and not voucher.subevent %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
For the selected date, there are currently no products available that can be bought with this voucher. Please try a different date or a different voucher.
|
For the selected date, there are currently no products available that can be bought with this voucher. Please try a different date or a different voucher.
|
||||||
|
|||||||
Reference in New Issue
Block a user