View | Details | Raw Unified | Return to bug 29197
Collapse All | Expand All

(-)a/misc/commit_file.pl (-2 / +1 lines)
Lines 11-17 BEGIN { Link Here
11
11
12
use Koha::Script;
12
use Koha::Script;
13
use C4::Context;
13
use C4::Context;
14
use C4::ImportBatch qw( GetImportBatch BatchCommitRecords BatchRevertRecords );
14
use C4::ImportBatch qw( GetAllImportBatches GetImportBatch BatchCommitRecords BatchRevertRecords );
15
use Getopt::Long qw( GetOptions );
15
use Getopt::Long qw( GetOptions );
16
16
17
$| = 1;
17
$| = 1;
18
- 

Return to bug 29197