Lines 760-765
$template->param(
Link Here
|
760 |
$guarantorid = $borrower_data->{'guarantorid'} || $guarantorid; |
760 |
$guarantorid = $borrower_data->{'guarantorid'} || $guarantorid; |
761 |
my $guarantor = $guarantorid ? Koha::Patrons->find( $guarantorid ) : undef; |
761 |
my $guarantor = $guarantorid ? Koha::Patrons->find( $guarantorid ) : undef; |
762 |
$template->param( |
762 |
$template->param( |
|
|
763 |
patron => $patron, # Used by address include templates now |
763 |
nodouble => $nodouble, |
764 |
nodouble => $nodouble, |
764 |
borrowernumber => $borrowernumber, #register number |
765 |
borrowernumber => $borrowernumber, #register number |
765 |
guarantor => $guarantor, |
766 |
guarantor => $guarantor, |
766 |
- |
|
|