[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.05-21-gd617065

Git repo owner gitmaster at git.koha-community.org
Tue May 14 14:25:46 CEST 2019


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, 18.11.x has been updated
       via  d617065162df47ffaf35fc192f260c702fd62602 (commit)
      from  41f9ad2fd548d2f204c946b33a0cb56110f42c2f (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 d617065162df47ffaf35fc192f260c702fd62602
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon May 13 15:07:41 2019 +0000

    Bug 22895: (bug 22650 follow-up) Correct itemnumber call in placerequest.pl
    
    Backport of 22650 makes an object call to an item hashref retrieved by get item:
    
      94             if ( CanItemBeReserved($borrower->{'borrowernumber'}, $item->itemnumber, $branch)->{status} eq 'OK' ) {
    
    Should be $item->{itemnumber}
    
    To test:
    1 - Try to place an item level hold
    2 - It fails
    3 - Aply patch
    4 - Try again
    5 - It works!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 reserve/placerequest.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list