Buchung Reisekostenversicherung raus, dafür Info Checkbox rein
+ DB travel_booking + travel_cancellation int 1 git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3370 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
db05f3aa17
commit
dbb34b1af1
7 changed files with 91 additions and 20 deletions
|
|
@ -42,6 +42,14 @@ Nicht eingeschlossene, zubuchbare Leistungen:
|
|||
[o] {{ travel_program_service|raw }}
|
||||
{% endfor %}
|
||||
|
||||
=====================================================================================
|
||||
Reise-Rücktrittskosten-Versicherung:
|
||||
=====================================================================================
|
||||
{% if(booking_request.travelCancellation == 1) %}
|
||||
[x] Informationen angefordert
|
||||
{% else %}
|
||||
[o] Keine Informationen gewünscht
|
||||
{% endif %}
|
||||
=====================================================================================
|
||||
Reiseanmelder{% if booking_request.salutation == 2 %}in{% endif %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue