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)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Jun 2019 21:28:56 +0000 (17:28 -0400)
Open-ILS/src/templates/opac/parts/place_hold_result.tt2

index ceeb35c..bf314ce 100644 (file)
@@ -40,11 +40,9 @@ function disable_submit() {
                             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>
                     [%