|
Lines 493-499
sub MapItemsToHoldRequests {
Link Here
|
| 493 |
my $holding_branch_items = $items_by_branch{$branch} |
493 |
my $holding_branch_items = $items_by_branch{$branch} |
| 494 |
or next; |
494 |
or next; |
| 495 |
|
495 |
|
| 496 |
$holdingbranch ||= $branch; |
|
|
| 497 |
foreach my $item (@$holding_branch_items) { |
496 |
foreach my $item (@$holding_branch_items) { |
| 498 |
next if ( $item->{holdallowed} == 1 && $item->{homebranch} ne $request->{borrowerbranch} ); |
497 |
next if ( $item->{holdallowed} == 1 && $item->{homebranch} ne $request->{borrowerbranch} ); |
| 499 |
|
498 |
|
| 500 |
- |
|
|