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

(-)a/misc/cronjobs/import_webservice_batch.pl (-2 / +1 lines)
Lines 23-29 use utf8; Link Here
23
23
24
use Getopt::Long qw( GetOptions );
24
use Getopt::Long qw( GetOptions );
25
use Koha::Script -cron;
25
use Koha::Script -cron;
26
use C4::ImportBatch qw( BatchCommitRecords );
26
use C4::ImportBatch qw( BatchCommitRecords GetStagedWebserviceBatches );
27
27
28
my ($help, $framework);
28
my ($help, $framework);
29
29
30
- 

Return to bug 30776