[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.00-19-g7e025fd

Git repo owner gitmaster at git.koha-community.org
Tue Jun 5 13:12:31 CEST 2018


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.05.x has been updated
       via  7e025fde1ae976cb12d4593b33579e12f5b284ec (commit)
       via  e3cc49a61b13ff863262da6a397eb49a3045b14a (commit)
      from  73518280966409bc3c112bc37e1f53dcb295b974 (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 7e025fde1ae976cb12d4593b33579e12f5b284ec
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 28 16:36:54 2018 -0300

    Bug 20763: Remove unecessary Koha::Patron fetch
    
    If $borrowernumber is not set, there is no userenv.
    So let's pick the library code set in the userenv instead of fetching
    the Koha::Patron->branchcode from DB
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e3cc49a61b13ff863262da6a397eb49a3045b14a
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Mon May 14 08:45:00 2018 -0400

    Bug 20763: AllowPurchaseSuggestionBranchChoice triggers error opac-suggestions.pl is visited without logging in
    
    Some code executed in the script opac-suggestions.pl if the system preference AllowPurchaseSuggestionBranchChoice is enabled assumes there is a logged in user. If there is not, patrons will see the error "Internal Server Error".
    
    Test Plan:
    1) Enable AllowPurchaseSuggestionBranchChoice
    2) Enable AnonSuggestions
    3) In the OPAC, perform a search that will have no results,
       click the "Make a purchase suggestion" link.
    4) Note the error
    5) Apply this patch
    6) Reload the page
    7) The page should load now!
    
    Signed-off-by: Pierre-Luc Lapointe <pierreluc.lapointe at inLibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list