Lines 444-449
foreach my $subscription (@subscriptions) {
Link Here
|
444 |
$cell{histenddate} = format_date($subscription->{histenddate}); |
444 |
$cell{histenddate} = format_date($subscription->{histenddate}); |
445 |
$cell{branchcode} = $subscription->{branchcode}; |
445 |
$cell{branchcode} = $subscription->{branchcode}; |
446 |
$cell{branchname} = GetBranchName($subscription->{branchcode}); |
446 |
$cell{branchname} = GetBranchName($subscription->{branchcode}); |
|
|
447 |
$cell{location} = $subscription->{location}; |
448 |
$cell{location_description} = $shelflocations->{ $subscription->{'location'} }; |
449 |
$cell{callnumber} = $subscription->{callnumber}; |
447 |
$cell{hasalert} = $subscription->{hasalert}; |
450 |
$cell{hasalert} = $subscription->{hasalert}; |
448 |
#get the three latest serials. |
451 |
#get the three latest serials. |
449 |
$serials_to_display = $subscription->{opacdisplaycount}; |
452 |
$serials_to_display = $subscription->{opacdisplaycount}; |
450 |
- |
|
|