[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-717-g8f20b24

Git repo owner gitmaster at git.koha-community.org
Mon Jun 17 18:04:42 CEST 2013


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, master has been updated
       via  8f20b248e7dd6e10b019b1ec27dfb04796e9b0a5 (commit)
      from  6c3a28b64032d0dcad57df222c42e163385d2e98 (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 8f20b248e7dd6e10b019b1ec27dfb04796e9b0a5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu May 16 09:52:41 2013 +0200

    Bug 10256: Remove some unused subs from Overdues module
    
    Removes the following exported but unused subs from Overdues.pm:
    CreateItemAccountLine
    UpdateAccountLines
    CheckAccountLineLevelInfo
    CheckAccountLineItemInfo
    CheckExistantNotifyid
    GetNextIdNotify
    GetNotifyId
    ReplacementCost
    ReplacementCost2
    GetOverdueDelays
    GetOverduerules
    
    Test plan:
    It is hard to test the removal of something that was not used :) Try this:
    Do a recursive grep on these routine names in the Koha codebase.
    Compile some scripts that use the Overdues module.
    And just to be sure we do not break something:
    Go to Circulation: Do a checkout, checkin, place and confirm a hold.
    Go to Patrons: Goto Check out. Goto Fines.
    Run the command line scripts: fines.pl and overdue_notices.pl.
    Go to opac-user.pl.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Overdues.pm                          |  362 -------------------------------
 t/db_dependent/lib/KohaTest/Overdues.pm |    9 -
 2 files changed, 0 insertions(+), 371 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list