X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fneworderempty.pl;h=807a82b19b20b371fa7813fc0bcaa4cd10d5b646;hb=1dabb45a5004e577259cc757d192a019c55d12e9;hp=90b4732c81111add961223d02d6b82f0ef8c3404;hpb=6a265eb793bd8b4bb91339b1beb05a317bcf1df8;p=koha_fer diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 90b4732c81..807a82b19b 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -336,8 +336,6 @@ my @gst_values = map { option => $_ }, split( '\|', C4::Context->preference("gist") ); -my $cur = GetCurrency(); - $template->param( existing => $biblionumber, ordernumber => $ordernumber, @@ -371,7 +369,6 @@ $template->param( cur_active_sym => $active_currency->{'symbol'}, cur_active => $active_currency->{'currency'}, loop_currencies => \@loop_currency, - currency_rate => $cur->{rate}, orderexists => ( $new eq 'yes' ) ? 0 : 1, title => $data->{'title'}, author => $data->{'author'},