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

Git repo owner gitmaster at git.koha-community.org
Mon Nov 16 23:18:17 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  aeef2fadc39ce019e4f665621d282b088f9a2704 (commit)
      from  87cbd07be836291f860ecbd5cea5538863317164 (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 aeef2fadc39ce019e4f665621d282b088f9a2704
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 4 09:04:19 2020 +0100

    Bug 26915: Fix FinePaymentAutoPopup behaviour
    
    The behaviour of the syspref FinePaymentAutoPopup is broken, the popup
    explodes with
        Can't call method "unblessed" on an undefined value at /home/vagrant/kohaclone/members/printfeercpt.pl line 64
    
    It has been broken by
      commit a2449a81be55aa5b3710ca2c6df7884513f89540
      Bug 23051: (follow-up) Add renewal feedback and move code to subroutines and test
    which modified the return value of Koha::Account->pay (from $payment_id
    to a hashref)
    
    Test plan:
    - To test activate FinePaymentAutoPopup
    - Create a manual fee
    - Write it off using the write off button on the account line (not below table)
    => Without the patch you get the error
    => With the patch applied the popup is correctly displayed
    
    Signed-off-by: David Nind <david at davidnind.com>
    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 42c0475a948577442e44b11dbb12b45b25171418)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list