Fix configurator email not being sent due to missing config

This commit is contained in:
Björn Fromme
2018-09-20 15:33:28 +02:00
parent 237f0cea92
commit b329ded8a9
6 changed files with 104 additions and 57 deletions
@@ -14,31 +14,31 @@
</tr>
<tr>
<th>Reiseart</th>
<td>{ep:configuratorTypeLabels(type: 'travelType', values: inquiry.travelType)}</td>
<td>{ep:configuratorTypeLabels(type: 'travelTypeOptions', config: config, values: inquiry.travelType)}</td>
</tr>
<tr>
<th>Destination</th>
<td>{ep:configuratorTypeLabels(type: 'locationType', values: inquiry.locationType)}</td>
<td>{ep:configuratorTypeLabels(type: 'locationTypeOptions', config: config, values: inquiry.locationType)}</td>
</tr>
<tr>
<th>Unterkunft</th>
<td>{ep:configuratorTypeLabels(type: 'accommodationType', values: inquiry.hotelType)}</td>
<td>{ep:configuratorTypeLabels(type: 'accommodationTypeOptions', config: config, values: inquiry.hotelType)}</td>
</tr>
<tr>
<th>Programm</th>
<td>{ep:configuratorTypeLabels(type: 'programmeType', values: inquiry.activityType)}</td>
<td>{ep:configuratorTypeLabels(type: 'programmeTypeOptions', config: config, values: inquiry.activityType)}</td>
</tr>
<tr>
<th>Ziel</th>
<td>{ep:configuratorTypeLabels(type: 'distance', values: inquiry.distance)}</td>
<td>{ep:configuratorTypeLabels(type: 'distanceOptions', config: config, values: inquiry.distance)}</td>
</tr>
<tr>
<th>Anzahl Personen</th>
<td>{ep:configuratorTypeLabels(type: 'pax', values: inquiry.pax)}</td>
<td>{ep:configuratorTypeLabels(type: 'paxOptions', config: config, values: inquiry.pax)}</td>
</tr>
<tr>
<th>Budget</th>
<td>{ep:configuratorTypeLabels(type: 'budget', values: inquiry.budget)}</td>
<td>{ep:configuratorTypeLabels(type: 'budgetOptions', config: config, values: inquiry.budget)}</td>
</tr>
<tr>
<th>Zeitraum</th>