feat: sort groups price services by price first, then alphabetically

This commit is contained in:
Björn Fromme
2026-08-03 16:23:47 +02:00
parent 9d2aa11fdb
commit 0b21bb00cb
4 changed files with 55 additions and 5 deletions
@@ -188,7 +188,7 @@
</tr>
</thead>
<tbody>
{% for service in accommodation.boardServices %}
{% for service in boardServices %}
<tr>
<td>
{{ service.dateFrom | date('d.m.Y') }} - {{ service.dateTo | date('d.m.Y') }}
@@ -258,7 +258,7 @@
</tr>
</thead>
<tbody>
{% for service in accommodation.additionalServices %}
{% for service in additionalServices %}
<tr>
<td>
{{ service.dateFrom | date('d.m.Y') }} - {{ service.dateTo | date('d.m.Y') }}