Bug 17698: (follow-up) Fixing things in Comment 57
[koha.git] / circ / circulation-home.pl
index 7d24d79..1d08a03 100755 (executable)
@@ -22,6 +22,7 @@ use C4::Auth;
 use C4::Output;
 use C4::Context;
 use Koha::BiblioFrameworks;
+use Koha::Checkouts;
 
 my $query = new CGI;
 my ($template, $loggedinuser, $cookie, $flags) = get_template_and_user(
@@ -39,5 +40,4 @@ $template->param( fast_cataloging => 1 ) if Koha::BiblioFrameworks->find( 'FA' )
 
 $template->{'VARS'}->{'AllowOfflineCirculation'} = C4::Context->preference('AllowOfflineCirculation');
 
-
 output_html_with_http_headers $query, $cookie, $template->output;