Fix for Bug 796
This commit is contained in:
parent
af3a58e662
commit
e3abb18bfe
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue