|
Lines 217-223
sub shelfpage ($$$$$) {
Link Here
|
| 217 |
#$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; |
217 |
#$this_item->{'description'} = $itemtypes->{ $this_item->{itemtype} }->{'description'}; |
| 218 |
$this_item->{'dateadded'} = format_date( $this_item->{'dateadded'} ); |
218 |
$this_item->{'dateadded'} = format_date( $this_item->{'dateadded'} ); |
| 219 |
$this_item->{'imageurl'} = getitemtypeinfo( $this_item->{'itemtype'} )->{'imageurl'}; |
219 |
$this_item->{'imageurl'} = getitemtypeinfo( $this_item->{'itemtype'} )->{'imageurl'}; |
| 220 |
$this_item->{'coins'} = GetCOinSBiblio( $this_item->{'biblionumber'} ); |
220 |
$this_item->{'coins'} = GetCOinSBiblio( $record ); |
| 221 |
$this_item->{'subtitle'} = GetRecordValue('subtitle', $record, GetFrameworkCode($this_item->{'biblionumber'})); |
221 |
$this_item->{'subtitle'} = GetRecordValue('subtitle', $record, GetFrameworkCode($this_item->{'biblionumber'})); |
| 222 |
$this_item->{'normalized_upc'} = GetNormalizedUPC( $record,$marcflavour); |
222 |
$this_item->{'normalized_upc'} = GetNormalizedUPC( $record,$marcflavour); |
| 223 |
$this_item->{'normalized_ean'} = GetNormalizedEAN( $record,$marcflavour); |
223 |
$this_item->{'normalized_ean'} = GetNormalizedEAN( $record,$marcflavour); |