From 8c79b3cecf8bbd977c864a0ba72435374e01cf4c Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 27 Jul 2012 10:57:52 -0400 Subject: [PATCH] Triggered Event Log: Add title and author columns for hold-related events Correcting an omission spotted by Sally Fortin. NOTE: This adds pcrud as a controller to ahr. Only the retrieve operation is allowed at this time, and only with a VIEW_HOLD permission at the pickup lib (same setup as ahopl, the class powering the new pull list). Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Mike Rylander --- Open-ILS/examples/fm_IDL.xml | 7 ++++++- Open-ILS/src/templates/actor/user/event_log.tt2 | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index dba33cf175..f56bc08dbc 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -4958,7 +4958,7 @@ SELECT usr, - + @@ -5019,6 +5019,11 @@ SELECT usr, + + + + + Target Circulation - Title Target Circulation - Author Target Circulation - Patron Barcode + Target Hold - Title + Target Hold - Author Target Hold - Patron Barcode -- 2.43.2