[koha-commits] main Koha release repository branch master updated. v3.22.00-895-g8d64bb9

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 17:00:17 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  8d64bb9eb0555983936077b5fab4ca1a648b6871 (commit)
       via  cfa76a35771bb5035e51ff70f8b35439a77cac2a (commit)
      from  52c77ad9145fd17b6cd263e3981dd59aad9e5b76 (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 8d64bb9eb0555983936077b5fab4ca1a648b6871
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 16 09:32:58 2016 +0000

    Bug 16073: (follow-up) Fix software error in circulation.pl
    
    Do not crash if the patron does not exist.
    
    Test plan:
    Access circ/circulation.pl?borrowernumber=42424242
    you should get an error without this patch
    With this patch, you will get an empty patron detail page (should be
    fixed in another patch, but this behavior exists for a while)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit cfa76a35771bb5035e51ff70f8b35439a77cac2a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 14 18:41:02 2016 +0000

    Bug 16073: Fix software error in circulation.pl
    
    Can't call method "guarantor" on an undefined value at
    /home/koha/src/circ/circulation.pl line 588.
     at /home/koha/src/circ/circulation.pl line 673
    
    Introduced by bug 15656
    
    Test plan:
    Just trigger circ/circulation.pl
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Triggered circ/circulation.pl - nothing exploded, and error is gone
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 circ/circulation.pl |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list