[koha-commits] main Koha release repository branch master updated. v3.22.00-433-g192239f

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:35:45 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  192239fd79cacfdcc9d0fccc497773107b9752ab (commit)
      from  c6bddb9efd21ef9d36f769ae90e11585b4d9038f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 192239fd79cacfdcc9d0fccc497773107b9752ab
Author: Marc Véron <veron at veron.ch>
Date:   Sat Dec 26 12:28:57 2015 +0100

     Bug 1983: Checkout: Hold repquest when checking out an item already on loan or reserved
    
    This patch allows to put a hold on an item that is already checked out or reserved.
    
    To test:
    
    - Check out an item A
    - Put a hold on an item B
    - Verify that the staff user has permission to put holds
    - Check out item A to a patron X
    - Try to checkout item A to a patron Y
    - Verify that you see underneath the buttons for Checkin/Checkout a link
      with following text: "Click here to place hold for [Patron X' name]"
    - Verify that the link is stylable (div class circ-scheckoutplacehold)
    - Verify that the link takes you to the page to place a hold on this biblio
      for patron Y
    - Do the same for item B and verify that it works for reserved items as well.
    - Repeat steps above for a patron who has restrictions, verify that the link
      does not appear
    - Log in with a staff member who has no permission to place holds
    - Repeat steps above for a patron without restrictions, verify that the link
      does not appear.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 circ/circulation.pl                                         |    9 +++++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt |    5 +++++
 2 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list