Lines 329-334
sub get_template_and_user {
Link Here
|
329 |
marcflavour => C4::Context->preference("marcflavour"), |
329 |
marcflavour => C4::Context->preference("marcflavour"), |
330 |
persona => C4::Context->preference("persona"), |
330 |
persona => C4::Context->preference("persona"), |
331 |
UseCourseReserves => C4::Context->preference("UseCourseReserves"), |
331 |
UseCourseReserves => C4::Context->preference("UseCourseReserves"), |
|
|
332 |
Logger => C4::Context->logger(), |
332 |
); |
333 |
); |
333 |
if ( $in->{'type'} eq "intranet" ) { |
334 |
if ( $in->{'type'} eq "intranet" ) { |
334 |
$template->param( |
335 |
$template->param( |
Lines 361-368
sub get_template_and_user {
Link Here
|
361 |
AllowMultipleCovers => C4::Context->preference('AllowMultipleCovers'), |
362 |
AllowMultipleCovers => C4::Context->preference('AllowMultipleCovers'), |
362 |
EnableBorrowerFiles => C4::Context->preference('EnableBorrowerFiles'), |
363 |
EnableBorrowerFiles => C4::Context->preference('EnableBorrowerFiles'), |
363 |
UseKohaPlugins => C4::Context->preference('UseKohaPlugins'), |
364 |
UseKohaPlugins => C4::Context->preference('UseKohaPlugins'), |
364 |
LogToHtmlComments => C4::Context->preference('LogToHtmlComments'), |
|
|
365 |
Logger => C4::Context->logger(), |
366 |
); |
365 |
); |
367 |
} |
366 |
} |
368 |
else { |
367 |
else { |