X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=circ%2Fcirculation-home.pl;h=d10829f6d38784b54cc921d5e1a9795df1a3ef6e;hb=de03c263f0579d28a735e3b1261121e439263a82;hp=d4f5a2c0694840aae817f940b254165fbb116591;hpb=b00ec06968e6377c61523e72e0a49e6c9f8bf8b8;p=koha_fer diff --git a/circ/circulation-home.pl b/circ/circulation-home.pl index d4f5a2c069..d10829f6d3 100755 --- a/circ/circulation-home.pl +++ b/circ/circulation-home.pl @@ -39,6 +39,7 @@ $template->param( fast_cataloging => 1 ) if (defined $fa); # Checking if the transfer page needs to be displayed $template->param( display_transfer => 1 ) if ( ($flags->{'superlibrarian'} == 1) || (C4::Context->preference("IndependentBranches") == 0) ); +$template->{'VARS'}->{'AllowOfflineCirculation'} = C4::Context->preference('AllowOfflineCirculation'); output_html_with_http_headers $query, $cookie, $template->output;