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  a48123c2131ba9f28f174e0cfc51807e1e42b9ad (commit)
       via  f073ec206c701b0ea4bfab9878b60fa718377373 (commit)
       via  518332c0826381af3a3dbe35573610f411e80955 (commit)
       via  754e900fbec98503589770a73ac4164d32b732df (commit)
       via  54a4aa7d934f9636b9ee19ee9b2ac442658d2dd2 (commit)
      from  2fb5292dbf8244f0e4b2e20503371258d886b81e (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 a48123c2131ba9f28f174e0cfc51807e1e42b9ad
Author: Martin Renvoize <[email protected]>
Date:   Tue Jun 23 15:10:50 2020 +0100

    Bug 8338: (QA follow-up) Clean up warning
    
    This patch moves the accountline->store call below the FinesLog code
    such that we return the same 'thing' from _FixOverduesOnReturn as the
    other clauses of the routine.
    
    We also take the oportunity to clean up the warning thrown by an errant
    call to the routine such that we output the actual itemnumber rather
    than a HASH reference marker.
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit dae82b191abb87b88e6f455179f5776ce04dc2b8)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit f073ec206c701b0ea4bfab9878b60fa718377373
Author: Martin Renvoize <[email protected]>
Date:   Mon Jun 22 08:49:15 2020 +0100

    Bug 8338: (QA follow-up) Fix perlcritic error
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 312b1c68870aec89eb81b31e7d168421548d2586)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 518332c0826381af3a3dbe35573610f411e80955
Author: Martin Renvoize <[email protected]>
Date:   Tue Jun 2 17:37:38 2020 +0100

    Bug 8338: (follow-up) Fix test
    
    This patch moves the previous test introduced with bug 24075 into the
    same block as the rest of the AddReturn tests and updates it to test for
    the new 'remove accountline' behaviour as well as the reduce and refund
    behaviour.
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 64bb70d579ffe3a6967103239ba683fd1c0cbd25)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 754e900fbec98503589770a73ac4164d32b732df
Author: Martin Renvoize <[email protected]>
Date:   Wed May 13 14:11:38 2020 +0100

    Bug 8338: Remove zero amount overdues on backdated returns where appropriate
    
    This patch removes any overdues which would be reversed on a backdated
    return if CalcFineOnBackdate is enabled and the user has not already
    attempted to pay off the accruing fine.
    
    Signed-off-by: Andrew Fuerste-Henry <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 3f3534a8eeed87869fd6a858866455c10087d7e1)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 54a4aa7d934f9636b9ee19ee9b2ac442658d2dd2
Author: Martin Renvoize <[email protected]>
Date:   Wed May 13 14:11:16 2020 +0100

    Bug 8338: Unit Tests
    
    Signed-off-by: Andrew Fuerste-Henry <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit a25b95c2e63a1705f406388f4419aa7972abc3b8)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

Summary of changes:
 C4/Circulation.pm            |  16 +--
 t/db_dependent/Circulation.t | 236 +++++++++++++++++++++++++++++++++----------
 2 files changed, 194 insertions(+), 58 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