Bug 20603: Remove ModNote, getcredits and getrefunds from C4::Accounts
authorJosef Moravec <josef.moravec@gmail.com>
Wed, 18 Apr 2018 10:25:19 +0000 (10:25 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Apr 2018 15:24:00 +0000 (12:24 -0300)
commit4de8790482ebe80611aa2ad81feb03e23e270aac
treef4f073c96dbbcd440619361bb3540807b0a973b1
parent3277ca88fd079e4bb17c549f317b3ba24a2f64c4
Bug 20603: Remove ModNote, getcredits and getrefunds from C4::Accounts

Test plan:
0) Do not apply the patch
1) Run these 3 commands
    git grep ModNote
    git grep getcredits
    git grep getrefunds
all should return occurances only in C4/Accounts.pm - the sub definition
and in t/db_dependent/Accounts.t
2) Apply the patch
3) Run commands from 1) again, now there should be no occurence
4) prove t/db_dependent/Accounts.t
    should return green

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Accounts.pm
t/db_dependent/Accounts.t