|
Lines 515-521
foreach my $biblioNum (@biblionumbers) {
Link Here
|
| 515 |
|
515 |
|
| 516 |
if ( my $first_hold = $holds->next ) { |
516 |
if ( my $first_hold = $holds->next ) { |
| 517 |
$itemLoopIter->{backgroundcolor} = 'reserved'; |
517 |
$itemLoopIter->{backgroundcolor} = 'reserved'; |
| 518 |
$itemLoopIter->{reservedate} = $first_hold->reservedate, |
518 |
$itemLoopIter->{reservedate} = $first_hold->reservedate; |
| 519 |
$itemLoopIter->{ExpectedAtLibrary} = $first_hold->branchcode; |
519 |
$itemLoopIter->{ExpectedAtLibrary} = $first_hold->branchcode; |
| 520 |
$itemLoopIter->{waitingdate} = $first_hold->waitingdate; |
520 |
$itemLoopIter->{waitingdate} = $first_hold->waitingdate; |
| 521 |
} |
521 |
} |
| 522 |
- |
|
|