Bug 17600: Standardize our EXPORT_OK
[srvgit] / patroncards / edit-batch.pl
index 7cab1a7..d90d37c 100755 (executable)
@@ -24,9 +24,9 @@ use Modern::Perl;
 use CGI qw ( -utf8 );
 use autouse 'Data::Dumper' => qw(Dumper);
 
-use C4::Auth qw(get_template_and_user);
-use C4::Output qw(output_html_with_http_headers);
-use C4::Creators;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
+use C4::Creators qw( get_card_summary html_table );
 use C4::Patroncards;
 use Koha::Patrons;