Lines 271-277
sub shelfpage {
Link Here
|
271 |
#$this_item->{imageurl} = $imgdir."/".$itemtypes->{ $this_item->{itemtype} }->{'imageurl'}; |
271 |
#$this_item->{imageurl} = $imgdir."/".$itemtypes->{ $this_item->{itemtype} }->{'imageurl'}; |
272 |
#$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; |
272 |
#$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; |
273 |
$this_item->{'dateadded'} = format_date( $this_item->{'dateadded'} ); |
273 |
$this_item->{'dateadded'} = format_date( $this_item->{'dateadded'} ); |
274 |
$this_item->{'imageurl'} = getitemtypeinfo( $this_item->{'itemtype'} )->{'imageurl'}; |
274 |
$this_item->{'imageurl'} = getitemtypeinfo( $this_item->{'itemtype'}, $type )->{'imageurl'}; |
275 |
$this_item->{'coins'} = GetCOinSBiblio( $record ); |
275 |
$this_item->{'coins'} = GetCOinSBiblio( $record ); |
276 |
$this_item->{'subtitle'} = GetRecordValue('subtitle', $record, GetFrameworkCode($this_item->{'biblionumber'})); |
276 |
$this_item->{'subtitle'} = GetRecordValue('subtitle', $record, GetFrameworkCode($this_item->{'biblionumber'})); |
277 |
$this_item->{'normalized_upc'} = GetNormalizedUPC( $record,$marcflavour); |
277 |
$this_item->{'normalized_upc'} = GetNormalizedUPC( $record,$marcflavour); |