@@ -, +, @@ $ kshell k$ perl misc/commit_file.pl --list-batches --- misc/commit_file.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/commit_file.pl +++ a/misc/commit_file.pl @@ -11,7 +11,7 @@ BEGIN { use Koha::Script; use C4::Context; -use C4::ImportBatch qw( GetImportBatch BatchCommitRecords BatchRevertRecords ); +use C4::ImportBatch qw( GetAllImportBatches GetImportBatch BatchCommitRecords BatchRevertRecords ); use Getopt::Long qw( GetOptions ); $| = 1; --