[Koha-bugs] [Bug 19328] Internal server error because of missing currency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 17 12:18:32 CEST 2017


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

--- Comment #3 from Marc Véron <veron at veron.ch> ---
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.


More information about the Koha-bugs mailing list