Bug 22394: Remove C4::Accounts::manualinvoice
commitc65e7ba177e37125de208d9612b74cc9ad3d2b52
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 19 Aug 2020 11:32:08 +0000 (19 12:32 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Nov 2020 11:59:33 +0000 (4 12:59 +0100)
tree5250a14051e7d8ff18ba8c51c7e320e53323973c
parent9a113663820634d2d718c8a979e8e70f64b8744a
Bug 22394: Remove C4::Accounts::manualinvoice

This patch removes C4::Accounts::manualinvoice and it's corresponding
test.  We have been warning deprecation of this method for 18 months (by
the time of 20.11 release).

Test plan
1/ Apply patch
2/ Ensure no mention of manualinvoice accross the codebase
3/ Run t/db_dependant/Accounts.t and ensure it still passes

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Accounts.pm
t/db_dependent/Accounts.t