Fix incorrectness about the bookbag-goodies-tto merge
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 8 Sep 2011 21:15:01 +0000 (17:15 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 8 Sep 2011 21:15:01 +0000 (17:15 -0400)
Without this, placing holds on bookbag items fails

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/templates/opac/myopac/lists.tt2

index 233e948..6d4ad27 100644 (file)
                         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 %]