[koha-commits] main Koha release repository branch new/bug_7526 created. v3.06.00-760-g24dc37a

Git repo owner gitmaster at git.koha-community.org
Tue Mar 20 11:23:46 CET 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_7526 has been created
        at  24dc37a4906eaed9e113d717c6c9bb963c0cf854 (commit)

- Log -----------------------------------------------------------------
commit 24dc37a4906eaed9e113d717c6c9bb963c0cf854
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 10 10:12:20 2012 -0500

    Bug 7526 - longoverdue.pl leaves items marked as lost as still checked out to patron
    
    When the longoverdu.pl script is run, and it marks an item as lost ( using
    LostItem() ), if fails to remove the item from the borrower record. So, the
    item is marked as lost, but is also still listed as checked out to the
    borrower.
    
    This commit adds the command line parameter --mark-returned. If used,
    longoverdue.pl will remove lost items from the borrowers record.
    Functionality will remain the same if it is not used.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=7426
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list