LP1092937 - fix title/author in alternate pull list
authorBen Shum <bshum@biblio.org>
Mon, 24 Dec 2012 01:46:02 +0000 (20:46 -0500)
committerBen Shum <bshum@biblio.org>
Mon, 24 Dec 2012 04:33:45 +0000 (23:33 -0500)
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@biblio.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/opac/extras/circ/alt_holds_print.html

index 690f01a..3ad3145 100644 (file)
@@ -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>