|
Lines 505-512
foreach my $biblioNum (@biblionumbers) {
Link Here
|
| 505 |
push @{ $biblioLoopIter{itemLoop} }, $item_info; |
505 |
push @{ $biblioLoopIter{itemLoop} }, $item_info; |
| 506 |
} |
506 |
} |
| 507 |
$template->param( |
507 |
$template->param( |
| 508 |
itemdata_enumchron => $itemdata_enumchron, |
508 |
itemdata_copynumber => $itemdata_copynumber, |
| 509 |
itemdata_ccode => $itemdata_ccode, |
509 |
itemdata_enumchron => $itemdata_enumchron, |
|
|
510 |
itemdata_ccode => $itemdata_ccode, |
| 510 |
); |
511 |
); |
| 511 |
|
512 |
|
| 512 |
if ( $numCopiesAvailable > 0 ) { |
513 |
if ( $numCopiesAvailable > 0 ) { |
| 513 |
- |
|
|