Bug 20510: Remove unused sub TotalPaid from C4::Stats
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 3 Apr 2018 06:24:56 +0000 (08:24 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Apr 2018 17:17:36 +0000 (14:17 -0300)
commit61d51c9b11fb10af24e134201984ea759ac4fa52
tree2416206e2ab4421f26ea2666199cbf4a730dcc52
parent4ac8e52f61223d44dfbb5a7ad8933c0ba674ca8a
Bug 20510: Remove unused sub TotalPaid from C4::Stats

Test plan:
0) Do not apply the patch
1) Run git grep TotalPaid and confirm it is only defined and then used once in a test
2) Apply the patch
3) git grep TotalPaid should return nothing
4) prove t/db_dependent/Stats.t should be green

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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

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