[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10-7-g4413708

Git repo owner gitmaster at git.koha-community.org
Fri Sep 16 08:08:05 CEST 2016


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, 3.22.x has been updated
       via  4413708e97d412db8ab7e4b57f3baee69231d9f9 (commit)
       via  5014c8eb09c1c805054df08ac92bd100c5dc6c58 (commit)
       via  10f0cd840a278519007fc0ba43db9604effc3422 (commit)
       via  1b875fb1c20083413eae026ed174d4011cce33c7 (commit)
      from  6ea5931cf1b1883526936015c35eca0fec07ca3d (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 4413708e97d412db8ab7e4b57f3baee69231d9f9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Aug 23 16:33:10 2016 +0200

    Bug 14390: [Follow-up] Only update FU record in UpdateFine
    
    Exclude O, F and M when outstanding == 0.
    Check if the issue_id points to a FU record.
    
    Note: We only warn now when we see a second FU record with this issue id.
    That should be a rare exception. As before, we are just counting it in
    our total. Added a FIXME.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested fine on overdue. Renewed and backdated for a second fine. The F
    and FU can be seen on the Fines tab and are totaled on Check out.
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit fa48df281d68fe1d27cc6fb10b41e4504a70afb9)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 0894b24c3d6e7d915871bd56a22ff9a10741b7b9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Conflicts:
    	C4/Overdues.pm

commit 5014c8eb09c1c805054df08ac92bd100c5dc6c58
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 1 17:59:25 2015 +0000

    Bug 14390 [QA Followup] - Fix warning
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 59d2cd97573c2caa9142bdfdc2be328f9e865429)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit a8e3c4a1a963fb16725eb9291d5ba8552662bb3c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 10f0cd840a278519007fc0ba43db9604effc3422
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 1 16:53:03 2015 +0000

    Bug 14390 [QA Followup] - Unit Test
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 57e5c70ed4004fe501840db97cc4ffdd47687247)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 86830cf26309566350d06bff2bc52793a4e02fa6)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 1b875fb1c20083413eae026ed174d4011cce33c7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 6 13:20:56 2015 -0500

    Bug 14390 - Fine not updated from 'FU' to 'F' on renewal
    
    Test Plan:
    1) Find an overdue checkout with a fine
    2) Renew item, note fine is not closed out (Account type F)
    3) Apply this patch
    4) Find another overdue checkout with a fine
    5) Renew item, note fine is now correctly closed out
    6) Backdate a checkout to be already overdue ( but not have a fine since
        fines.pl hasn't run yet )
    7) Renew item, note a closed out fine is created
    
    Signed-off-by: Sean Minkel <sminkel at rcplib.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit fe71eb0811a6271fff568ca6b599514a57ff3206)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 895bdb8b40a30a76dcccdfe5ed116e84f89ef227)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Circulation.pm            |  133 ++++++++++++++++++++++++------------------
 C4/Overdues.pm               |    8 ++-
 t/db_dependent/Circulation.t |   25 ++++++--
 3 files changed, 100 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list