my $roadtype = C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $data->{streettype} );
#workaround for Bug 4041 to get rid of duplicated code in circ-menu.tt, use circ-menu.inc instad
$template->param(%$data);
$template->param(
}
borrower_add_additional_fields($borrower);
$template->param(%$borrower);
borrowernumber => $borrowernumber, # some templates require global
borrower => $borrower,
-