fix: populate destination cost unit from assigned hotel

This commit is contained in:
Björn Fromme
2025-10-07 11:19:42 +02:00
parent 9fd0d9b5cb
commit 0b56fc8ef1
5 changed files with 135 additions and 20 deletions
@@ -19,7 +19,6 @@
<div class="grid lg:grid-cols-3 gap-x-8 gap-y-4">
{{ form_row(form.dateFrom) }}
{{ form_row(form.dateTo) }}
{{ form_row(form.costUnit) }}
</div>
<div class="grid lg:grid-cols-2 gap-x-8 gap-y-4">
{{ form_row(form.country) }}