LP#1879983: fix thinko preventing ID from being displayed in Delivered Today
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 16 Jun 2020 20:57:09 +0000 (16:57 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 16 Jun 2020 20:57:09 +0000 (16:57 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/circ/curbside/t_delivered_manager.tt2

index 2b1e00b..fc01edd 100644 (file)
@@ -23,7 +23,7 @@
         <strong>[% l('Notes:') %]</strong> {{item.notes()}}
       </span>
     </eg-grid-field>
-    <eg-grid-field label="[% l('Appointment ID') %]" path="id"></eg-grid-field>
+    <eg-grid-field label="[% l('Appointment ID') %]" path="slot.id"></eg-grid-field>
     <eg-grid-field label="[% l('Items Checked Out') %]" path="holds" compiled>
       <eg-curbside-holds-list holds="item.holds" bib-data="item.bib_data_by_hold" slot="item.slot"></eg-curbside-holds-list>
     </eg-grid-field>