|
Lines 460-467
if ( ( $findborrower && $borrowernumber_hold || $findclub && $club_hold )
Link Here
|
| 460 |
$item->{object} = $item_object; |
460 |
$item->{object} = $item_object; |
| 461 |
|
461 |
|
| 462 |
$item->{ccode} = $item_object->effective_collection_code; |
462 |
$item->{ccode} = $item_object->effective_collection_code; |
| 463 |
$item->{holdingbranch} = $item_object->effective_holdingbranch->unblessed; |
463 |
$item->{holdingbranch} = $item_object->effective_holdingbranch; |
| 464 |
$item->{homebranch} = $item_object->effective_homebranch->unblessed; |
464 |
$item->{homebranch} = $item_object->effective_homebranch; |
| 465 |
|
465 |
|
| 466 |
if ($patron) { |
466 |
if ($patron) { |
| 467 |
$do_check = $patron->do_check_for_previous_checkout($item) if $wants_check; |
467 |
$do_check = $patron->do_check_for_previous_checkout($item) if $wants_check; |
| 468 |
- |
|
|