| 
      
            Lines 340-346
          $template->param(
      
      
        Link Here
      
     | 
  
        
          | 340 | 
              borrowernumber  => $borrowernumber,  | 
          340 | 
              borrowernumber  => $borrowernumber,  | 
        
        
          | 341 | 
              othernames      => $data->{'othernames'}, | 
          341 | 
              othernames      => $data->{'othernames'}, | 
        
        
          | 342 | 
              categoryname    => $data->{'description'}, | 
          342 | 
              categoryname    => $data->{'description'}, | 
        
            
              | 343 | 
                  was_renewed     => $input->param('was_renewed') ? 1 : 0, | 
               | 
               | 
            
        
          | 344 | 
              branch          => $branch,  | 
          343 | 
              branch          => $branch,  | 
        
        
          | 345 | 
              todaysdate      => output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 }), | 
          344 | 
              todaysdate      => output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 }), | 
        
        
          | 346 | 
              totalprice      => sprintf("%.2f", $totalprice), | 
          345 | 
              totalprice      => sprintf("%.2f", $totalprice), |