Bug 10983: Remove unused private subroutines from C4::Budgets
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 2 Oct 2013 08:25:16 +0000 (09:25 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 13 Dec 2013 15:14:18 +0000 (15:14 +0000)
commitbefc07c754eb4c2199c0063f15f9ffb3f3ea8cca
tree5e3d0a3f75d5cddb5107bbb15e5846e741432c68
parent5ce53e95d95d27f296a61cef61f4cbea3e290bc3
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@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Looks good to me.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Budgets.pm