From aed4d24fa9d41b982b5f6b5ea0f644a5c2f27e91 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 31 Aug 2022 11:12:45 -0400 Subject: [PATCH] LP#1963541: make new columns available to Angular/JS UIs Signed-off-by: Chris Sharp --- .../src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm index 07a8bfe41d..d57690fd59 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm @@ -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", -- 2.11.0