feat: show selected pickup in assignment details
This commit is contained in:
@@ -119,6 +119,9 @@
|
|||||||
<th class="w-1/5">
|
<th class="w-1/5">
|
||||||
Status
|
Status
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
Zustieg
|
||||||
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Anmerkungen
|
Anmerkungen
|
||||||
</th>
|
</th>
|
||||||
@@ -146,6 +149,9 @@
|
|||||||
<td>
|
<td>
|
||||||
{{ ('label.disposition.status.' ~ disposition.status)|trans }}
|
{{ ('label.disposition.status.' ~ disposition.status)|trans }}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{{ disposition.pickup|bpn_pickup_label }}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ disposition.remarks|nl2br|default('-') }}
|
{{ disposition.remarks|nl2br|default('-') }}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user