Status Buchnungen und Zimmer verfügbar git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3432 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
0bdd497cfb
commit
a6ef96b4e5
15 changed files with 27874 additions and 26 deletions
|
|
@ -78,7 +78,9 @@
|
|||
{# TODO folgendes evtl noch weiter verallgemeinern #}
|
||||
{% set priceTypeIds = [] %}
|
||||
{% for price in travel_date.prices %}
|
||||
{% set priceTypeIds = priceTypeIds|merge([price.priceTypeId]) %}
|
||||
{% if(price.available == "1") %}
|
||||
{% set priceTypeIds = priceTypeIds|merge([price.priceTypeId]) %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if "1" in priceTypeIds %}
|
||||
|
|
@ -115,7 +117,7 @@
|
|||
{{ form_errors(form.tripleRoomCount) }}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>Zubuchbare Leistungen</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue