Without this, placing holds on bookbag items fails
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
attrs = {marc_xml => ctx.bookbags_marc_xml.$rec_id};
PROCESS get_marc_attrs args=attrs %]
<tr class="bookbag-item-row">
- <td class="opac-auto-097b" style="padding-left: 10px;"><input type="checkbox" name="del_item" value="[% item.id %]" bbag='[% bbag.id %]'/></td>
+ <td class="opac-auto-097b" style="padding-left: 10px;"><input type="checkbox" name="selected_item" value="[% item.id %]" bbag='[% bbag.id %]'/></td>
<td class="opac-auto-097b" style="padding-left: 5px;">[% attrs.title | html %]</td>
<td class="opac-auto-097b">[% attrs.author | html %]</td>
[% IF CGI.param("edit_notes") == bbag.id %]