[koha-commits] main Koha release repository branch master updated. v16.05.00-536-gfa48df2

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 18:21:23 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, master has been updated
       via  fa48df281d68fe1d27cc6fb10b41e4504a70afb9 (commit)
       via  4fa4b8a30649381523fec729b0ee5d40f896155b (commit)
       via  59d2cd97573c2caa9142bdfdc2be328f9e865429 (commit)
       via  57e5c70ed4004fe501840db97cc4ffdd47687247 (commit)
       via  fe71eb0811a6271fff568ca6b599514a57ff3206 (commit)
      from  d44732bacd87fb304990b91d06786eda82b46cba (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 fa48df281d68fe1d27cc6fb10b41e4504a70afb9
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>

commit 4fa4b8a30649381523fec729b0ee5d40f896155b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 19 09:57:13 2016 +0200

    Bug 14390: [QA Follow-up] UpdateFine should be passed a hash
    
    Renewing an overdue would not work.
    Log shows:
    renew: Can't use string ("2144746608") as a HASH ref while "strict refs" in use at C4/Overdues.pm line 508., referer: /cgi-bin/koha/circ/circulation.pl?borrowernumber=1
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 59d2cd97573c2caa9142bdfdc2be328f9e865429
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>

commit 57e5c70ed4004fe501840db97cc4ffdd47687247
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>

commit fe71eb0811a6271fff568ca6b599514a57ff3206
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>

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

Summary of changes:
 C4/Circulation.pm            |  160 +++++++++++++++++++++++-------------------
 C4/Overdues.pm               |    8 ++-
 t/db_dependent/Circulation.t |   28 ++++++--
 3 files changed, 116 insertions(+), 80 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list