| Lines 48-54
          sub club_template {
      
      
        Link Here | 
        
          | 48 |  | 48 |  | 
        
          | 49 |     return unless $self->club_template_id(); | 49 |     return unless $self->club_template_id(); | 
        
          | 50 |  | 50 |  | 
          
            
              | 51 |     return Koha::Club::Templates->find( $self->club_template_id() ); | 51 |     return scalar Koha::Club::Templates->find( $self->club_template_id() ); | 
        
          | 52 | } | 52 | } | 
        
          | 53 |  | 53 |  | 
        
          | 54 | =head3 club_fields | 54 | =head3 club_fields | 
  
    | Lines 84-90
          sub branch {
      
      
        Link Here | 
        
          | 84 |  | 84 |  | 
        
          | 85 |     return unless $self->branchcode(); | 85 |     return unless $self->branchcode(); | 
        
          | 86 |  | 86 |  | 
          
            
              | 87 |     return Koha::Libraries->find( $self->branchcode() ); | 87 |     return scalar Koha::Libraries->find( $self->branchcode() ); | 
        
          | 88 | } | 88 | } | 
        
          | 89 |  | 89 |  | 
        
          | 90 | =head3 type | 90 | =head3 type | 
            
              | 91 | -  |  |  |