[koha-commits] main Koha release repository branch new/bug_8251 updated. v3.08.00-332-g32e3f9e

Git repo owner gitmaster at git.koha-community.org
Wed Sep 12 16:42:54 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, new/bug_8251 has been updated
       via  32e3f9eace2bfc2ee4ba4250c36c877f0595e22c (commit)
      from  9d4e241adadc9a3c62d94a2d487a738e9490925a (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 32e3f9eace2bfc2ee4ba4250c36c877f0595e22c
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>

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

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