http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1983 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 45991 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45991 Bug 1983: Checkout: Hold request when checking out an item already on loan or reserved Review of attachment 45991: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=1983&attachment=45991) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ +408,5 @@
</form>
+[% IF ( RESERVE_WAITING ) || ( RESERVED ) || ( ISSUED_TO_ANOTHER ) %] + [%IF (CAN_user_reserveforothers_place_holds ) %] + <span class="circ-checkoutplacehold"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itembiblionumber %]&findborrower=x">Click here to place hold</a></span>
What is this 'x'?? Why a link instead of a button? -- You are receiving this mail because: You are watching all bug changes.