[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.13-1-g80dbe11

Git repo owner gitmaster at git.koha-community.org
Mon Mar 23 16:26:27 CET 2015


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.14.x has been updated
       via  80dbe11868b7110c96c592c71da6cf1c118429fb (commit)
      from  c38c77ee3c0239dfcc71b08c899cf1f6eaf2e04a (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 80dbe11868b7110c96c592c71da6cf1c118429fb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 29 12:39:15 2014 -0400

    Bug 11872 - Lost overdue items should not generate fines
    
    An item can be marked as lost by longoverdue.pl, but left checked out to
    the patron. In this case, the item will continue to accrue fines.
    
    Test Plan:
    1) Check out an item and back date it so it is overdue and should
       generate fines.
    2) Mark the item as lost by either using longoverdue.pl, or just
       by setting itemlost to 1 by directly accessing the database
    3) Run fines.pl
    4) Note the overdue generated a fine
    5) Repeat steps 1-2
    6) Apply this patch
    7) Run fines.pl
    8) Note a fine was not generated
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit e920b9a6813d677d86e327ea11c7ed571570f3b2)
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Overdues.pm               |    4 ++--
 misc/cronjobs/fines.pl       |    2 ++
 misc/cronjobs/staticfines.pl |    1 +
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list