feat: show inquiry status with rooms in step 1

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent ea162972fa
commit 82a8541af1
5 changed files with 6 additions and 8 deletions
-7
View File
@@ -61,13 +61,6 @@
{% include 'booking/_summary_hotel.html.twig' %}
{# Inquiry booking notification #}
{% if bookingCreateDto is defined and bookingCreateDto.isInquiryBooking() %}
<div>
Deine Buchung wird als Anfrage verarbeitet.
</div>
{% endif %}
{# Mutability information (edit mode only) #}
{% if bookingCreateDto.mode == constant('App\\Form\\Model\\BookingDto::MODE_EDIT') and mutableData %}
<div class="border border-primary-bg mb-4">