Bug 17600: Standardize our EXPORT_OK
[srvgit] / labels / label-edit-batch.pl
index c263bc4..ac2da63 100755 (executable)
@@ -22,9 +22,9 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-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_label_summary html_table );
 use C4::Labels;
 
 use Koha::Items;