LP#1879983: Send staff to items-out rather than holds on the Delivered Today tab
authorMike Rylander <mrylander@gmail.com>
Wed, 17 Jun 2020 19:39:40 +0000 (15:39 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 17 Jun 2020 19:39:40 +0000 (15:39 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/circ/curbside/t_delivered_manager.tt2

index fc01edd..f6014da 100644 (file)
@@ -14,7 +14,7 @@
 
     <eg-grid-field label="[% l('Delivery Date/Time') %]" path="slot.delivered" datatype="timestamp"></eg-grid-field>
     <eg-grid-field label="[% l('Patron') %]" path="slot.patron" compiled>
-      <a href="./circ/patron/{{item.slot.patron().id()}}/holds" target="_blank">
+      <a href="./circ/patron/{{item.slot.patron().id()}}/items_out" target="_blank">
         {{item.slot.patron().family_name()}} / {{item.slot.patron().card().barcode()}}
         <span class="glyphicon glyphicon-new-window"></span>
       </a>