Add ids to services, add pax to rooms in export

This commit is contained in:
Björn Fromme
2018-08-13 13:23:19 +02:00
parent c778e8bf11
commit ef28d0daf2
5 changed files with 11 additions and 2 deletions
@@ -135,6 +135,7 @@
<thead>
<tr>
<th>Bezeichnung</th>
<th>Personen</th>
<th>Preis</th>
<th>verfügbar</th>
</tr>
@@ -143,6 +144,7 @@
<f:for each="{date.rooms.room}" as="room">
<tr>
<td>{room.name}</td>
<td>{v:variable.get(name: 'room.@pax')}</td>
<td>{room.price} €</td>
<td>{room.available}</td>
</tr>