LP#1963541: make new columns available to Angular/JS UIs
authorChris Sharp <csharp@georgialibraries.org>
Wed, 31 Aug 2022 15:12:45 +0000 (11:12 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 4 May 2023 13:58:07 +0000 (09:58 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm

index 07a8bfe..d57690f 100644 (file)
@@ -2200,7 +2200,7 @@ WITH
     s_field AS (SELECT field FROM config.display_field_map WHERE name = 'series_title')
 SELECT  h.id, h.request_time, h.capture_time, h.fulfillment_time, h.checkin_time,
         h.return_time, h.prev_check_time, h.expire_time, h.cancel_time, h.cancel_cause,
-        h.cancel_note, h.target, h.current_copy, h.fulfillment_staff, h.fulfillment_lib,
+        h.cancel_note, h.canceled_by, h.canceling_ws, h.target, h.current_copy, h.fulfillment_staff, h.fulfillment_lib,
         h.request_lib, h.requestor, h.usr, h.selection_ou, h.selection_depth, h.pickup_lib,
         h.hold_type, h.holdable_formats, h.phone_notify, h.email_notify, h.sms_notify,
         (SELECT name FROM config.sms_carrier WHERE id = h.sms_carrier) AS "sms_carrier",