[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-113-g9c53a9c445

Git repo owner gitmaster at git.koha-community.org
Thu Feb 20 17:11:33 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, 19.05.x has been updated
       via  9c53a9c44547509162c89e2f03020f7a630bd9f1 (commit)
      from  2a6c77f6aaba704e90fa8bc7976696233816ad50 (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 9c53a9c44547509162c89e2f03020f7a630bd9f1
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Feb 11 22:56:53 2020 +0000

    Bug 24637: Add brancode in all pay circumstances
    
    To TEST:
    1. Have some fines. Pay them using the Pay Amount or Pay Selected buttons.
    2. SELECT branchcode FROM accountlines where borrowernumber = '{borrowernumber}';
    3. See that branchcode is NULL
    4. Apply patch and restart_all
    5. Make a partial payment using both the Pay select and Pay amount buttons.
    6. SELECT branchcode FROM accountlines where borrowernumber = '{borrowernumber}';
    7. Now you should see the branchcodes in the table and no NULL values.
    
    Signed-off-by: Benjamin Daeuber <bdaeuber at fargolibrary.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list