Feat: Implement overridable effective pickup date
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<td>
|
||||
{{ assignment.pickup ? assignment.pickup|bpn_pickup_label|default('-') : '-' }}
|
||||
<br>
|
||||
{{ assignment.pickupDate ? assignment.pickupDate|date('d.m.Y') : '' }}
|
||||
{{ assignment.effectivePickupDate ? assignment.effectivePickupDate|date('d.m.Y') : '' }}
|
||||
</td>
|
||||
<td>
|
||||
{{ assignment.applications|length }}/{{ assignment.availableDispositions - assignment.dispositions|length }}
|
||||
|
||||
Reference in New Issue
Block a user