Bug 8315 - remove use C4::* version
[koha.git] / tools / manage-marc-import.pl
index 8a8d9e8..03f5bb9 100755 (executable)
@@ -34,7 +34,7 @@ use C4::Biblio;
 use C4::ImportBatch;
 use C4::Matcher;
 use C4::BackgroundJob;
-use C4::Labels::Batch 1.000000;
+use C4::Labels::Batch;
 use C4::Branch qw(get_branch_code_from_name);
 
 my $script_name = "/cgi-bin/koha/tools/manage-marc-import.pl";