Bug 31028: Add feedback to the patron on submission
[koha-ffzg.git] / members / files.pl
index d7185d7..2abfbc7 100755 (executable)
@@ -21,12 +21,10 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_and_exit_if_error output_and_exit output_html_with_http_headers );
 use C4::Members;
-use C4::Debug;
 
-use Koha::DateUtils;
 use Koha::Patrons;
 use Koha::Patron::Files;
 use Koha::Patron::Categories;