LP#1879983: ensure that slot notes appear on delivered tab
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 26 Jun 2020 20:19:50 +0000 (16:19 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 15 Sep 2020 20:20:56 +0000 (16:20 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/templates/staff/circ/curbside/t_delivered_manager.tt2

index f6014da..5b2efa2 100644 (file)
@@ -20,7 +20,7 @@
       </a>
       <br>
       <span ng-show="item.slot.notes()">
-        <strong>[% l('Notes:') %]</strong> {{item.notes()}}
+        <strong>[% l('Notes:') %]</strong> {{item.slot.notes()}}
       </span>
     </eg-grid-field>
     <eg-grid-field label="[% l('Appointment ID') %]" path="slot.id"></eg-grid-field>