|
Lines 371-377
foreach my $biblioNum (@biblionumbers) {
Link Here
|
| 371 |
# change the background color. |
371 |
# change the background color. |
| 372 |
my $issues= GetItemIssue($itemNum); |
372 |
my $issues= GetItemIssue($itemNum); |
| 373 |
if ( $issues->{'date_due'} ) { |
373 |
if ( $issues->{'date_due'} ) { |
| 374 |
$itemLoopIter->{dateDue} = format_sqlduedatetime$issues->{date_due}); |
374 |
$itemLoopIter->{dateDue} = format_sqlduedatetime($issues->{date_due}); |
| 375 |
$itemLoopIter->{backgroundcolor} = 'onloan'; |
375 |
$itemLoopIter->{backgroundcolor} = 'onloan'; |
| 376 |
} |
376 |
} |
| 377 |
|
377 |
|
| 378 |
- |
|
|