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>
<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>