Bug 12508: adding an error message if a contract cannot be removed
[koha_fer] / circ / circulation-home.pl
index d4f5a2c..d10829f 100755 (executable)
@@ -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;