| Lines 112-120
          directory. This can be downloaded or futher processed by library staff.
      
      
        Link Here | 
        
          | 112 |  | 112 |  | 
        
          | 113 | comma separated list of fields that get substituted into templates in | 113 | comma separated list of fields that get substituted into templates in | 
        
          | 114 | places of the E<lt>E<lt>items.contentE<gt>E<gt> placeholder. This | 114 | places of the E<lt>E<lt>items.contentE<gt>E<gt> placeholder. This | 
          
            
              | 115 | defaults to issuedate,title,barcode,author | 115 | defaults to due date,title,barcode,author | 
        
          | 116 |  | 116 |  | 
          
            
              | 117 | Other possible values come from fields in the biblios, items, and | 117 | Other possible values come from fields in the biblios, items and | 
        
          | 118 | issues tables. | 118 | issues tables. | 
        
          | 119 |  | 119 |  | 
        
          | 120 | =item B<-borcat> | 120 | =item B<-borcat> | 
  
    | Lines 255-261
          my $csvfilename;
      
      
        Link Here | 
        
          | 255 | my $htmlfilename; | 255 | my $htmlfilename; | 
        
          | 256 | my $triggered = 0; | 256 | my $triggered = 0; | 
        
          | 257 | my $listall = 0; | 257 | my $listall = 0; | 
          
            
              | 258 | my $itemscontent = join( ',', qw( issuedate title barcode author itemnumber ) ); | 258 | my $itemscontent = join( ',', qw( date_due title barcode author itemnumber ) ); | 
        
          | 259 | my @myborcat; | 259 | my @myborcat; | 
        
          | 260 | my @myborcatout; | 260 | my @myborcatout; | 
        
          | 261 |  | 261 |  | 
            
              | 262 | -  |  |  |