From 0483dc441e97873b48f8f72595cc577bc1ac9015 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Sun, 23 Dec 2012 20:46:02 -0500 Subject: [PATCH] LP1092937 - fix title/author in alternate pull list Clicking on Print Full Pull List (Alternate strategy) no longer showed the title and author columns for hold pull lists. It seems that adding quotes around the tag lookups was all that was required to bring these back for now. Long-term, it still seems better to continue moving towards fewer pull list interfaces. Signed-off-by: Ben Shum Signed-off-by: Kathy Lussier --- Open-ILS/web/opac/extras/circ/alt_holds_print.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/opac/extras/circ/alt_holds_print.html b/Open-ILS/web/opac/extras/circ/alt_holds_print.html index 690f01ad23..3ad3145415 100644 --- a/Open-ILS/web/opac/extras/circ/alt_holds_print.html +++ b/Open-ILS/web/opac/extras/circ/alt_holds_print.html @@ -98,8 +98,8 @@ ${usr.display_name} ${action} ${hold_type} - - + + ${current_copy.location.name} ${current_copy.call_number.prefix.label} ${current_copy.call_number.label} ${current_copy.call_number.suffix.label} ${current_copy.barcode} ${current_copy.parts_stringified} -- 2.43.2