[Koha-bugs] [Bug 1983] Add option to create hold request when checking out an item already on loan

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 13:43:08 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1983

--- Comment #5 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list