https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19328

--- Comment #3 from Marc VĂ©ron <[email protected]> ---
Seems to be a regression.

Oh, there are more candidates for Internal server errors, maybe to be
investigated / fixed in a separate bug:

git grep 'Currencies->get_active'

C4/Biblio.pm:    my $active_currency =
Koha::Acquisition::Currencies->get_active;
C4/Overdues.pm:    my $active_currency =
Koha::Acquisition::Currencies->get_active;
Koha/Number/Price.pm:    my $currency        =
Koha::Acquisition::Currencies->get_active;
about.pl:my $warnNoActiveCurrency = (! defined
Koha::Acquisition::Currencies->get_active);
acqui/acqui-home.pl:my $cur = Koha::Acquisition::Currencies->get_active;
acqui/addorder.pl:            my $currency =
Koha::Acquisition::Currencies->get_active;
acqui/addorderiso2709.pl:    my $active_currency =
Koha::Acquisition::Currencies->get_active;
acqui/basket.pl:    my $active_currency =
Koha::Acquisition::Currencies->get_active;
acqui/invoice.pl:    currency         =>
Koha::Acquisition::Currencies->get_active,
acqui/neworderempty.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/aqbudgetperiods.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/aqbudgets.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/aqplan.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
admin/preferences.pl:    my $active_currency =
Koha::Acquisition::Currencies->get_active;
opac/opac-account-pay-paypal-return.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
opac/opac-account-pay.pl:my $active_currency =
Koha::Acquisition::Currencies->get_active;
opac/sco/sco-main.pl:if ( my $active_currency =
Koha::Acquisition::Currencies->get_active ) {
t/db_dependent/Koha/Acquisition/Currencies.t:my $active_currency =
Koha::Acquisition::Currencies->get_active;
t/db_dependent/MungeMarcPrice.t:my $active_currency =
Koha::Acquisition::Currencies->get_active;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to