| Lines 336-343
          my @gst_values = map {
      
      
        Link Here | 
        
          | 336 |     option => $_ | 336 |     option => $_ | 
        
          | 337 | }, split( '\|', C4::Context->preference("gist") ); | 337 | }, split( '\|', C4::Context->preference("gist") ); | 
        
          | 338 |  | 338 |  | 
            
              | 339 | my $cur = GetCurrency(); |  |  | 
            
              | 340 |  | 
        
          | 341 | $template->param( | 339 | $template->param( | 
        
          | 342 |     existing         => $biblionumber, | 340 |     existing         => $biblionumber, | 
        
          | 343 |     ordernumber           => $ordernumber, | 341 |     ordernumber           => $ordernumber, | 
  
    | Lines 371-377
          $template->param(
      
      
        Link Here | 
        
          | 371 |     cur_active_sym   => $active_currency->{'symbol'}, | 369 |     cur_active_sym   => $active_currency->{'symbol'}, | 
        
          | 372 |     cur_active       => $active_currency->{'currency'}, | 370 |     cur_active       => $active_currency->{'currency'}, | 
        
          | 373 |     loop_currencies  => \@loop_currency, | 371 |     loop_currencies  => \@loop_currency, | 
            
              | 374 |     currency_rate    => $cur->{rate}, |  |  | 
        
          | 375 |     orderexists      => ( $new eq 'yes' ) ? 0 : 1, | 372 |     orderexists      => ( $new eq 'yes' ) ? 0 : 1, | 
        
          | 376 |     title            => $data->{'title'}, | 373 |     title            => $data->{'title'}, | 
        
          | 377 |     author           => $data->{'author'}, | 374 |     author           => $data->{'author'}, |