feat: show selected pickup in assignment details

This commit is contained in:
Björn Fromme
2024-10-28 09:53:44 +01:00
parent 55f1b01556
commit 9a3dc67b05
@@ -119,6 +119,9 @@
<th class="w-1/5">
Status
</th>
<th>
Zustieg
</th>
<th>
Anmerkungen
</th>
@@ -146,6 +149,9 @@
<td>
{{ ('label.disposition.status.' ~ disposition.status)|trans }}
</td>
<td>
{{ disposition.pickup|bpn_pickup_label }}
</td>
<td>
{{ disposition.remarks|nl2br|default('-') }}
</td>