[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-67-gc319920

Git repo owner gitmaster at git.koha-community.org
Sun Jun 10 17:20:16 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  c3199205ad68d13dc6de17a26704e1f7c241a5ad (commit)
      from  ad815321da10cb39d2654e4127055d38254389ac (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 c3199205ad68d13dc6de17a26704e1f7c241a5ad
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 25 08:33:21 2012 -0400

    Bug 8005 - Lost item is not anonymized when checked in
    
    This bug is caused by the subroutine C4::Circulation::LostItem
    not passing the privacy parameter when calling
    C4::Circulation::MarkIssueReturned.
    
    This issue is actually anonymized when the item is marked as lost,
    not when the item is checked in.
    
    Note, even if the issue is anonymized, the fine charged for lost
    items still contains a description of the lost item, which is
    required for the ability to forgive fees for lost items that
    are later found.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list