Bug 15083: Remove acqui/currency.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 29 Oct 2015 14:43:58 +0000 (14:43 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Nov 2015 13:30:15 +0000 (10:30 -0300)
commita2e92b90840ce5faeab587dd113dc4253b312d99
treefc37686d7d9dcc08e603963817b706f1fdb1d632
parent471b1a8b69ff3842fbddda1e0aa068d439c85a0d
Bug 15083: Remove acqui/currency.pl

This script has scary FIXMEs and can be removed.
It is never called from Koha code.
On the way, this patch remove the C4::Budgets::ModCurrencies subroutine,
which was only called from this script.

Test plan:
  git grep 'acqui/currency.pl
and
  git grep ModCurrencies
should not return anything.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No more ModeCurrencies, no call to acqui/currency.pl
No errors

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Budgets.pm
acqui/currency.pl [deleted file]