Add ids to services, add pax to rooms in export
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user