Lines 576-581
for my $itm (@items) {
Link Here
|
576 |
} |
576 |
} |
577 |
} |
577 |
} |
578 |
|
578 |
|
|
|
579 |
# Display only one tab if one items list is empty |
580 |
if (scalar(@itemloop) == 0 || scalar(@otheritemloop) == 0) { |
581 |
$template->param(SeparateHoldings => 0); |
582 |
if (scalar(@itemloop) == 0) { |
583 |
@itemloop = @otheritemloop; |
584 |
} |
585 |
} |
586 |
|
579 |
# If there is a lot of items, and the user has not decided |
587 |
# If there is a lot of items, and the user has not decided |
580 |
# to view them all yet, we first warn him |
588 |
# to view them all yet, we first warn him |
581 |
# TODO: The limit of 50 could be a syspref |
589 |
# TODO: The limit of 50 could be a syspref |
582 |
- |
|
|