| 
      
            Lines 149-154
          $template->param(
      
      
        Link Here
      
     | 
  
        
          | 149 | 
              total         => $total_due,  | 
          149 | 
              total         => $total_due,  | 
        
        
          | 150 | 
              activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), | 
          150 | 
              activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), | 
        
        
          | 151 | 
              RoutingSerials => C4::Context->preference('RoutingSerials'), | 
          151 | 
              RoutingSerials => C4::Context->preference('RoutingSerials'), | 
        
            
               | 
               | 
              152 | 
                  ExtendedPatronAttributes => C4::Context->preference('ExtendedPatronAttributes'), | 
            
        
          | 152 | 
          );  | 
          153 | 
          );  | 
        
        
          | 153 | 
           | 
          154 | 
           | 
        
        
          | 154 | 
          output_html_with_http_headers $input, $cookie, $template->output;  | 
          155 | 
          output_html_with_http_headers $input, $cookie, $template->output;  | 
        
  
    | 
      
            Lines 179-187
          sub borrower_add_additional_fields {
      
      
        Link Here
      
     | 
  
        
          | 179 | 
           | 
          180 | 
           | 
        
        
          | 180 | 
              if (C4::Context->preference('ExtendedPatronAttributes')) { | 
          181 | 
              if (C4::Context->preference('ExtendedPatronAttributes')) { | 
        
        
          | 181 | 
                  $b_ref->{extendedattributes} = GetBorrowerAttributes($borrowernumber); | 
          182 | 
                  $b_ref->{extendedattributes} = GetBorrowerAttributes($borrowernumber); | 
        
            
              | 182 | 
                      $template->param(  | 
               | 
               | 
            
            
              | 183 | 
                          ExtendedPatronAttributes => 1,  | 
            
            
              | 184 | 
                      );  | 
            
        
          | 185 | 
              }  | 
          183 | 
              }  | 
        
        
          | 186 | 
           | 
          184 | 
           | 
        
        
          | 187 | 
              # Computes full borrower address  | 
          185 | 
              # Computes full borrower address  | 
        
            
              | 188 | 
              -   | 
               | 
               |