|
Lines 442-448
Link Here
|
| 442 |
<span class="noholdstext">No holds allowed</span> |
442 |
<span class="noholdstext">No holds allowed</span> |
| 443 |
[% ELSE %] |
443 |
[% ELSE %] |
| 444 |
[% IF CAN_user_reserveforothers_place_holds %] |
444 |
[% IF CAN_user_reserveforothers_place_holds %] |
| 445 |
<a id="reserve_[% SEARCH_RESULT.biblionumber | html %]" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]">Holds ([% Biblio.HoldsCount( SEARCH_RESULT.biblionumber ) | html %])</a> |
445 |
<a id="reserve_[% SEARCH_RESULT.biblionumber | html %]" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Holds ([% Biblio.HoldsCount( SEARCH_RESULT.biblionumber ) | html %])</a> |
| 446 |
[% IF ( holdfor ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]&findborrower=[% holdfor_cardnumber | uri %]">Place hold for [% holdfor_firstname | html %] [% holdfor_surname | html %] ([% holdfor_cardnumber | html %])</a></span>[% END %] |
446 |
[% IF ( holdfor ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]&findborrower=[% holdfor_cardnumber | uri %]">Place hold for [% holdfor_firstname | html %] [% holdfor_surname | html %] ([% holdfor_cardnumber | html %])</a></span>[% END %] |
| 447 |
[% ELSE %] |
447 |
[% ELSE %] |
| 448 |
Holds ([% Biblio.HoldsCount( SEARCH_RESULT.biblionumber ) | html %]) |
448 |
Holds ([% Biblio.HoldsCount( SEARCH_RESULT.biblionumber ) | html %]) |
|
Lines 855-860
Link Here
|
| 855 |
if (badBibs) { |
855 |
if (badBibs) { |
| 856 |
return false; |
856 |
return false; |
| 857 |
} |
857 |
} |
|
|
858 |
console.log(bibs); |
| 858 |
$("#hold_form_biblios").val(bibs); |
859 |
$("#hold_form_biblios").val(bibs); |
| 859 |
$("#hold_form").submit(); |
860 |
$("#hold_form").submit(); |
| 860 |
return false; |
861 |
return false; |