LP#1879983: change time display on 'Delivered Today' tab
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 11 Jun 2020 20:03:58 +0000 (16:03 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 11 Jun 2020 20:03:58 +0000 (16:03 -0400)
Display the delivery date/time rather than the scheduled
pickup time.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/circ/curbside/t_delivered_manager.tt2

index 3955eb6..340cd7c 100644 (file)
@@ -12,7 +12,7 @@
     <eg-grid-menu-item handler="refresh_delivered" standalone="true"
         label="[% l('Refresh List')%]"></eg-grid-menu-item>
 
-    <eg-grid-field label="[% l('Pickup Date/Time') %]" path="slot" datatype="timestamp"></eg-grid-field>
+    <eg-grid-field label="[% l('Delivery Date/Time') %]" path="delivered" datatype="timestamp"></eg-grid-field>
     <eg-grid-field label="[% l('Patron') %]" path="patron" compiled>
       <a href="./circ/patron/{{item.patron().id()}}/holds" target="_blank">
         {{item.patron().family_name()}} / {{item.patron().card().barcode()}}