| Lines 262-268
          sub shelfpage {
      
      
        Link Here | 
        
          | 262 |                     #$this_item->{imageurl} = $imgdir."/".$itemtypes->{ $this_item->{itemtype}  }->{'imageurl'}; | 262 |                     #$this_item->{imageurl} = $imgdir."/".$itemtypes->{ $this_item->{itemtype}  }->{'imageurl'}; | 
        
          | 263 |                     #$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; | 263 |                     #$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; | 
        
          | 264 |                     $this_item->{'dateadded'} = format_date( $this_item->{'dateadded'} ); | 264 |                     $this_item->{'dateadded'} = format_date( $this_item->{'dateadded'} ); | 
          
            
              | 265 |                     $this_item->{'imageurl'}  = getitemtypeinfo( $this_item->{'itemtype'} )->{'imageurl'}; | 265 |                     $this_item->{'imageurl'}  = getitemtypeinfo( $this_item->{'itemtype'}, $type )->{'imageurl'}; | 
        
          | 266 |                     $this_item->{'coins'}     = GetCOinSBiblio( $record ); | 266 |                     $this_item->{'coins'}     = GetCOinSBiblio( $record ); | 
        
          | 267 |                     $this_item->{'subtitle'} = GetRecordValue('subtitle', $record, GetFrameworkCode($this_item->{'biblionumber'})); | 267 |                     $this_item->{'subtitle'} = GetRecordValue('subtitle', $record, GetFrameworkCode($this_item->{'biblionumber'})); | 
        
          | 268 |                     $this_item->{'normalized_upc'}  = GetNormalizedUPC(       $record,$marcflavour); | 268 |                     $this_item->{'normalized_upc'}  = GetNormalizedUPC(       $record,$marcflavour); |