restoring commented out checkbox to allow multiple hold requests on the same title
authorChris Sharp <csharp@georgialibraries.org>
Thu, 22 Jan 2015 16:07:29 +0000 (11:07 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2016 12:38:54 +0000 (07:38 -0500)
Open-ILS/src/templates/opac/parts/place_hold_result.tt2

index 0c1e414..1838b36 100644 (file)
                             override = 1;
                         END;
                     %]
-                   <!-- WHY IS THIS CHECKBOX HERE?
                                   <input 
                         type="checkbox" name="hold_target" value="[% hdata.target.id | html %]"
                         [% IF override %] checked='checked' [% ELSE %] disabled='disabled' [% END %]/>
-                                       -->
                 </td>
                 <td>
                     [%