Bug 20631: Remove unused RemoveLostItem from C4::Accounts
authorKatrin Fischer <katrin.fischer.83@web.de>
Wed, 8 Aug 2018 20:34:32 +0000 (20:34 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 21 Sep 2018 13:44:06 +0000 (15:44 +0200)
commit2a7f362d2030c242559146bf2f4d583031f81d0d
treeac8164e509ebb9079590410518fc270156070562
parenta4573184230ce89257b17533fafae05bfbd490d9
Bug 20631: Remove unused RemoveLostItem from C4::Accounts

RemoveLostItem was 'used' in C4::Accounts, but is not
actually used there.

Call has been removed by
  commit ed9cf81c3aa8fd82f9347556364e9d2e6cef8a82
  Bug 15896 - Use Koha::Account::pay internally for makepayment

To test:
- Verify that the routine was actually not used!

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 9ccfa48f6ee8ec44d1621874383b10f68d939f34)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 8b1944bbd876d2928536b0c457922eb71e9aa54b)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Accounts.pm