* Behoben: Seitenbaum-Erstellungs-Route nicht aufrufbar
* Behoben: Buchungsformular wird nicht aufgerufen, wenn es keine Buchungsoptionen gibt git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3284 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
7422f06e90
commit
99c6715712
2 changed files with 85 additions and 80 deletions
|
|
@ -110,12 +110,14 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% for travelOptionForm in form.travelOptions %}
|
||||
{% include 'default/components/booking/travelOption.html.twig' with {
|
||||
'travelOptionForm': travelOptionForm,
|
||||
'travelOption': form.travelOptions.vars.choices[travelOptionForm.vars.value].data
|
||||
} %}
|
||||
{% endfor %}
|
||||
{% if form.travelOptions is defined %}
|
||||
{% for travelOptionForm in form.travelOptions %}
|
||||
{% include 'default/components/booking/travelOption.html.twig' with {
|
||||
'travelOptionForm': travelOptionForm,
|
||||
'travelOption': form.travelOptions.vars.choices[travelOptionForm.vars.value].data
|
||||
} %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue