feat: correct determination of inquiry status and conditional voucher field display
This commit is contained in:
@@ -421,7 +421,13 @@
|
||||
|
||||
<div class="flex justify-between pt-6">
|
||||
<a href="{{ path('app_booking_create_step_3') }}" class="button bg-button bg-button--secondary">Zurück</a>
|
||||
<button type="submit" class="button bg-button bg-button--primary" {{ stimulus_action('loading', 'toggle') }}>Verbindlich buchen</button>
|
||||
<button type="submit" class="button bg-button bg-button--primary" {{ stimulus_action('loading', 'toggle') }}>
|
||||
{% if bookingCreateDto.bookingStatus == 'A' %}
|
||||
Anfragen
|
||||
{% else %}
|
||||
Verbindlich buchen
|
||||
{% endif %}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{{ form_end(form) }}
|
||||
|
||||
Reference in New Issue
Block a user