[koha-commits] main Koha release repository branch master updated. v3.14.00-111-gbefc07c

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 15:56:32 CET 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  befc07c754eb4c2199c0063f15f9ffb3f3ea8cca (commit)
      from  5ce53e95d95d27f296a61cef61f4cbea3e290bc3 (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 befc07c754eb4c2199c0063f15f9ffb3f3ea8cca
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Oct 2 09:25:16 2013 +0100

    Bug 10983: Remove unused private subroutines from C4::Budgets
    
    The subroutine _filter_fields is not used by the module
    and the sub _columns is only used by it
    
    This patch removes the dead code.
    
    To test:
    
    [1] Verify that the following tests pass
    
        t/Budgets.t
        t/Budgets/CanUserModifyBudget.t
        t/Budgets/CanUserUseBudget.t
        t/db_dependent/Acquisition.t
        t/db_dependent/Acquisition/GetOrdersByBiblionumber.t
        t/db_dependent/Acquisition/Invoices.t
        t/db_dependent/Acquisition/OrderFromSubscription.t
        t/db_dependent/Acquisition/TransferOrder.t
        t/db_dependent/Acquisition/close_reopen_basket.t
        t/db_dependent/Bookseller.t
        t/db_dependent/Budgets.t
        t/db_dependent/Serials.t
        t/db_dependent/Serials_2.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Looks good to me.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list