[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-32-g00493587e3

Git repo owner gitmaster at git.koha-community.org
Wed May 13 23:43:26 CEST 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, 19.05.x has been updated
       via  00493587e3a00633ed2b0224b5659acf9b11d23f (commit)
      from  681b87e1686a5bc1dc4560ebd8bfae04a2a8262a (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 00493587e3a00633ed2b0224b5659acf9b11d23f
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Mar 16 22:09:51 2020 +0000

    Bug 24266: (alternate patch) Only use defined borrowernumbers in reconcile_balances.pl cron
    
    I believe the error is triggered when borrowernumbers are left empty in
    the accountlines table. Not sure why this would happen, but it appears
    to be what causes the problem.
    
    Do not apply the first patch if testing this patch.
    
    To test:
    1) sudo koha-mysql INSTANCENAME
    2) Create a test borrower, add any payment etc to create an accountline,
        then delete this borrower
    3) ensure the AccountAutoReconcile syspref is disabled
    4) Go to another borrower's accounting tab
    5) Create a manual credit or debit. Confirm this shows in the 'Make a
    payment' tab as an amount that COULD be applied, but isn't automatically
    applied
    6) in your terminal, run the reconcile_balances.pl script
    7) Confirm the error does not show in the logs and the balance for
    the borrower is correctly reconciled.
    
    Sponsored-by: Horowhenua District Council
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit c6c6c57400a9941a027ce8f919c652567ed37710)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/reconcile_balances.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list