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  3a4f76b60d880fabb5bb6637839d1a83e673e1d6 (commit)
       via  2e3b3a23fc6c3c1183853a6b5022598930b55b0d (commit)
      from  eef685ee19e81ea50c90863634922ad62ea6cd1f (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 3a4f76b60d880fabb5bb6637839d1a83e673e1d6
Author: Kyle M Hall <[email protected]>
Date:   Thu Jul 30 09:35:38 2020 -0400

    Bug 26076: (QA Follow up) Prevent error by using a fresh resultset
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit c9887a87538b2113c48db8cd2751a4bcf2bd2168)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 2e3b3a23fc6c3c1183853a6b5022598930b55b0d
Author: Kyle M Hall <[email protected]>
Date:   Tue Jul 28 12:49:35 2020 -0400

    Bug 26076: Sum the amount due in the database query instead of a loop in 
Perl
    
    This appears to be a bug due to inaccuracies in floating point math. I've 
been unable to reproduce it on demand. Sometimes when using the "Write off 
selected" button, Koha will give the error that the payment is more than the 
amount owed, even though they are the same. The solution I've implemented is to 
move the summation from Perl code to the database query. This video 
demonstrates the issue and afterward, shows the error goes away after the patch 
is applied: https://monosnap.com/file/pG69HC7iI9mU9kkuoCtbkVzVTffKlE
    
    Test Plan:
    1) Apply this patch
    2) Restart all the things!
    3) Verify that "Write off selected" functions as usual
    
    Signed-off-by: Amit Gupta <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 64412969037ac9a9f81f05c69c3dd43bd3cab90b)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

Summary of changes:
 members/paycollect.pl | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to