Bug 15084: Replace C4::Budgets::GetCurrencies with Koha::Acquisition::Currencies...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 29 Oct 2015 12:21:52 +0000 (12:21 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 3 Mar 2016 20:39:01 +0000 (20:39 +0000)
commit1538e9ecf47642c4974693ff499c3e95e4d71977
treeb708ea38545fb26a8063c39463eba7e4da62ac16
parent0423b82314d4178eff460c30a05664b3efc3cd3c
 Bug 15084: Replace C4::Budgets::GetCurrencies with Koha::Acquisition::Currencies->search

Most part of the code here is unnecessary complex. We should selected
the currency if it is selected, that's all :)

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
27 files changed:
C4/Biblio.pm
C4/Budgets.pm
C4/Overdues.pm
Koha/Acquisition/Currencies.pm
Koha/Number/Price.pm
about.pl
acqui/addorder.pl
acqui/addorderiso2709.pl
acqui/basket.pl
acqui/invoice.pl
acqui/neworderempty.pl
acqui/supplier.pl
admin/aqbudgetperiods.pl
admin/aqbudgets.pl
admin/aqplan.pl
admin/preferences.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
misc/cronjobs/overdue_notices.pl
opac/sco/sco-main.pl
suggestion/suggestion.pl
t/Number/Price.t
t/db_dependent/Biblio.t
t/db_dependent/MungeMarcPrice.t