[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0483dc441e97873b48f8f72595cc577bc1ac9015
Evergreen Git
git at git.evergreen-ils.org
Sun Dec 23 23:34:16 EST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 0483dc441e97873b48f8f72595cc577bc1ac9015 (commit)
from adc1e00adad32f1c3f9049b9417584b14aba3576 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0483dc441e97873b48f8f72595cc577bc1ac9015
Author: Ben Shum <bshum at biblio.org>
Date: Sun Dec 23 20:46:02 2012 -0500
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 <bshum at biblio.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
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 690f01a..3ad3145 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 @@
<td only="shelf_expired_holds">${usr.display_name}</td>
<td only="shelf_expired_holds">${action}</td>
<td>${hold_type}</td>
- <td type='opac/slot-data' query='datafield[tag=245]'></td>
- <td type='opac/slot-data' query='datafield[tag^=1]' limit='1'> </td>
+ <td type='opac/slot-data' query='datafield[tag="245"]'></td>
+ <td type='opac/slot-data' query='datafield[tag^="1"]' limit='1'> </td>
<td>${current_copy.location.name}</td>
<td>${current_copy.call_number.prefix.label} ${current_copy.call_number.label} ${current_copy.call_number.suffix.label}</td>
<td>${current_copy.barcode} ${current_copy.parts_stringified}</td>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/opac/extras/circ/alt_holds_print.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list