[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-43-g1a91738

Git repo owner gitmaster at git.koha-community.org
Wed Sep 12 23:17:08 CEST 2012


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.8.x has been updated
       via  1a91738b69a2227d2b92449d1a9c64f86ee41603 (commit)
      from  4f206cf124a40172351c140d9c48bbc2d6f42c6d (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 1a91738b69a2227d2b92449d1a9c64f86ee41603
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Sep 5 11:58:54 2012 +0100

    Bug 8251 Do not try to debar patrons if returns are not overdue
    
    If a period of suspension is configured in the issuing rules
    a calculation to debar the patron was called on all returns
    It should be limited to overdue returns
    
    Renamed _FixFineDaysOnReturn subroutine to _debar_user_on_return
    which is more descriptive of its purpose
    Removed some unnecessary or duplicated processing
    Changed visibility of $today so it didnt need
    calculating twice
    Removed declaration of a datedue variable that is
    never used
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Circulation.pm |   89 +++++++++++++++++++++++++++++------------------------
 1 files changed, 49 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list