Fix for Bug 796

This commit is contained in:
oleonard 2004-07-13 20:16:22 +00:00
parent af3a58e662
commit e3abb18bfe

View file

@ -30,9 +30,9 @@ $borr->{'dateofbirth'} = format_date($borr->{'dateofbirth'});
$borr->{'ethnicity'} = fixEthnicity($borr->{'ethnicity'});
$template->param($borr,
LibraryName => C4::Context->preference("LibraryName"),
);
$template->param($borr);
$template->param(LibraryName => C4::Context->preference("LibraryName")
);
output_html_with_http_headers $query, $cookie, $template->output;