feat: show selected pickup in assignment details
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user