| 
      
            Lines 247-253
          while ( my $c = $sth->fetchrow_hashref() ) {
      
      
        Link Here
      
     | 
  
        
          | 247 | 
                  onsite_checkout     => $c->{onsite_checkout}, | 
          247 | 
                  onsite_checkout     => $c->{onsite_checkout}, | 
        
        
          | 248 | 
                  enumchron           => $c->{enumchron}, | 
          248 | 
                  enumchron           => $c->{enumchron}, | 
        
        
          | 249 | 
                  renewals_count      => $renewals_count,  | 
          249 | 
                  renewals_count      => $renewals_count,  | 
        
          
            
              | 250 | 
                      renewals_allowed    => $renewals_allowed,  | 
              250 | 
                      renewals_allowed    => $renewals_allowed || 0,  | 
            
        
          | 251 | 
                  renewals_remaining  => $renewals_remaining,  | 
          251 | 
                  renewals_remaining  => $renewals_remaining,  | 
        
        
          | 252 | 
                  unseen_count        => $unseen_count,  | 
          252 | 
                  unseen_count        => $unseen_count,  | 
        
        
          | 253 | 
                  unseen_allowed      => $unseen_allowed,  | 
          253 | 
                  unseen_allowed      => $unseen_allowed,  | 
        
            
              | 254 | 
              -   | 
               | 
               |