[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-7-g5ba7109

Git repo owner gitmaster at git.koha-community.org
Thu Oct 24 18:42:09 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  5ba71095b4460005d7e78031bc77db4e3c229eb0 (commit)
      from  832608f1fa0de8c1eaa350f10fb5ab1f99318d8a (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 5ba71095b4460005d7e78031bc77db4e3c229eb0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Oct 23 13:41:44 2013 +0200

    Bug 11123: remove two unused routines from C4::Accounts
    
    C4::Accounts::fixcredit and C4::Accounts::refund are marked as
    deprecated and are not used. They can be removed.
    
    Use:
      git grep fixcredit
      git grep refund
    and verify these routines are not currently in used.
    
    Bonus: The module exports reconcileaccount which is not defined. The
    export is removed too.
    
    MLT: Ran qa tool on this patch with no issues either.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Accounts.pm |  178 --------------------------------------------------------
 1 file changed, 178 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list