From: Chris Sharp Date: Wed, 31 Aug 2022 15:17:47 +0000 (-0400) Subject: LP#1963541: make new columns available to Angular/JS UIs - take 2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e6087c7fb826e974626f998842c8e9e086e157e;p=working%2FEvergreen.git LP#1963541: make new columns available to Angular/JS UIs - take 2 Signed-off-by: Chris Sharp --- 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 d57690fd59..a9feea7b43 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,12 +2200,13 @@ 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.canceled_by, h.canceling_ws, h.target, h.current_copy, h.fulfillment_staff, h.fulfillment_lib, + h.cancel_note, 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", h.frozen, h.thaw_date, h.shelf_time, h.cut_in_line, h.mint_condition, h.shelf_expire_time, h.current_shelf_lib, h.behind_desk, h.hopeless_date, + h.canceled_by, h.canceling_ws, CASE WHEN h.cancel_time IS NOT NULL THEN 6 WHEN h.frozen AND h.capture_time IS NULL THEN 7