[koha-commits] main Koha release repository branch master updated. v3.22.00-1106-g833afc1

Git repo owner gitmaster at git.koha-community.org
Wed Apr 6 23:57:53 CEST 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  833afc12454cfebefe22ec57722e7c36ada01dea (commit)
      from  22a33b7868bf1f0b312d548c5abdb642bfa72d6e (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 833afc12454cfebefe22ec57722e7c36ada01dea
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 5 08:27:46 2016 +0100

     Bug 16198: Fix regression in OPAC suggestions
    
    Introduced by
      commit d564d3732d95455b4626dfa8ca711cd658003c17
      Bug 15629: Koha::Libraries - Remove GetBranchInfo
    
    If the branchcodesuggestedby is not defined, the find won't return
    anything and ->branchname on an undefined value will raise
      Can't call method "branchname" on an undefined value at
      /home/katrin/kohaclone/opac/opac-suggestions.pl line 153.
    
    Test plan:
    -Staff
    Create a patron
    Use this patron to create a suggestion
    Delete the patron
    
    -OPAC
    Logout and trigger opac/opac-suggestions.pl
    
    Without this patch, you will get an error
    With this patch applied, everything should be ok
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works ok following test plan
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 opac/opac-suggestions.pl |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list