[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. ac3adf79ee0e22c72fe9c06829e2c237db5a8519

Evergreen Git git at git.evergreen-ils.org
Sun Dec 23 23:34:17 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, rel_2_3 has been updated
       via  ac3adf79ee0e22c72fe9c06829e2c237db5a8519 (commit)
      from  1372acf295acf0438cccaab15223db18945164d6 (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 ac3adf79ee0e22c72fe9c06829e2c237db5a8519
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