Bug 21650: Remove the subroutine C4::Items::GetLastAcquisitions
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 Oct 2018 18:31:02 +0000 (15:31 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 5 Nov 2018 14:41:11 +0000 (14:41 +0000)
commitf683c181acdd0e7c285f6930c2067b6f20ff00a4
treee2eeffaa5cdc05166e443f67c38c48fafaf1a6cf
parentfef32fac36800b6033367827ff45905db1d261c7
Bug 21650: Remove the subroutine C4::Items::GetLastAcquisitions

C4::Items::GetLastAcquisitions has been added by
  commit 7753bbad4fb4df47c8fb4f959fc68764a71cb623
  Adding Some new functions

(?)

Apparently it has never been used, we should remove it to avoid unnecessary maintenance.

Test plan:
  git grep GetLastAcquisitions
must not return any results

NOTE: POD Coverage test failure is expected on removal

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Items.pm