Bug 28496: Club holds pickup locations don't come from the API
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
index 023049f..00ceeee 100644 (file)
                             </li>
                             <li>
                                 <label for="pickup">Pickup at:</label>
-                                <select name="pickup" id="pickup">
+                                <select name="pickup" id="pickup_club">
                                     [% PROCESS options_for_libraries libraries => Branches.all({ selected => club.branchcode, search_params => { pickup_location => 1 } }) %]
                                 </select>
                             </li>