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">
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="grid grid-cols-3 pb-2">
<div class="col-span-2 pr-2">
<div class="font-semibold">
{{ form.vars.label_room }}
{{ form.vars.label_room }} {% if form.vars.is_inquiry %}(nur auf Anfrage){% endif %}
</div>
<div class="text-gray-500">
{{ form.vars.label_price }}