[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-7-g8a5898aab8

Git repo owner gitmaster at git.koha-community.org
Mon Nov 9 22:00:42 CET 2020


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, 20.05.x has been updated
       via  8a5898aab879989490ac1fcdb0dce0c7436e6cb5 (commit)
      from  1ee8f1f1c205d2c532ef028cf86a83405ba9e469 (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 8a5898aab879989490ac1fcdb0dce0c7436e6cb5
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Sep 22 15:16:23 2020 +0200

    Bug 26506: Fix Koha::Account::pay if called when no user is logged-in
    
    Currently, Koha::Account::pay will fail if no user is logged-in when it is
    called.
    
    In this case, this patch will use undef instead of 0 for $manager_id in order
    to comply with the foreign key constraint on manager_id.
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Biblibre and Libriotech have created a OPAC payment plugin that was
    having problems because of this bug. Applying the fix in this patch
    to a live server solved the problem.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 63c93d3c114c6720100cd2b843e8989a1a0eecb7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Account.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list