feat: show inquiry status with rooms in step 1

This commit is contained in:
Björn Fromme
2025-12-10 15:33:13 +01:00
parent 7665385cbf
commit e8c2261b7e
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">