Bug 29706: Hide items that cannot be held by default when placing hold on OPAC
[koha-ffzg.git] / clubs / clubs-add-modify.pl
index 0337cf0..4a41f5c 100755 (executable)
@@ -21,14 +21,14 @@ use Modern::Perl;
 
 use CGI;
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 use Koha::Database;
-use Koha::DateUtils qw(dt_from_string);
+use Koha::DateUtils qw( dt_from_string );
 use Koha::Clubs;
 use Koha::Club::Fields;
 
-my $cgi = new CGI;
+my $cgi = CGI->new;
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {