[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-38-gcd286c6542

Git repo owner gitmaster at git.koha-community.org
Fri Jun 19 06:04:37 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  cd286c6542db83b91bc3e516afa36ef98be858f7 (commit)
      from  0e0795533011926e69c14f7ffd5a386ac1d68afb (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 cd286c6542db83b91bc3e516afa36ef98be858f7
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jun 8 10:23:53 2020 +0100

    Bug 25526: Equality matching is case sensative
    
    TEST PLAN:
    1. Have a fine on a Patron's account.
    2. Choose the "Write off Selected" button
    3. Enter an amount less than the amount owed by the patron.
    4. Koha will give a yellow box with a note "You must collect a value
       greater than or equal to 2.00." The $2.00 is the amount that is
       attempted to write off (the amount less than the amount owed).
    5. Apply patch
    6. Again try to writeoff an amount less than the amount owed.
    7. You should be able to write it off.
    8. Try paying an amount more than owed, you should still get an
       error. You shouldn't be able to write off more than the amount.
    9. Follow the above steps via 'Pay selected' as aposed to 'Writeoff
       selected'.
    10. You should not be able to 'Tender' less than the amount you have
        'Paid'.
    11. Disable Javascript and run through all the above steps. You should
        still be blocked where relevant.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit bbac95d9fbbcc0b586a7bc094f421c35a7d71011)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 433fe0710043660404feb45b54ef5235974fa9a4)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 392ce9cbd57a916d94dc50487f4f71ee2eabfe08)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list