Lines 432-440
if ( $messages->{'ResFound'}) {
Link Here
|
432 |
|
432 |
|
433 |
# same params for Waiting or Reserved |
433 |
# same params for Waiting or Reserved |
434 |
$template->param( |
434 |
$template->param( |
435 |
# FIXME The full patron object should be passed to the template |
435 |
patron => $patron, |
436 |
found => 1, |
436 |
found => 1, |
437 |
name => $patron->surname . ", " . $patron->title . " " . $patron->firstname, |
|
|
438 |
barcode => $barcode, |
437 |
barcode => $barcode, |
439 |
destbranch => $reserve->{'branchcode'}, |
438 |
destbranch => $reserve->{'branchcode'}, |
440 |
borrowernumber => $reserve->{'borrowernumber'}, |
439 |
borrowernumber => $reserve->{'borrowernumber'}, |
441 |
- |
|
|