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

(-)a/misc/cronjobs/edi_cron.pl (-1 / +2 lines)
Lines 38-43 use Koha::Edifact::Transport; Link Here
38
use Koha::Plugins::Handler;
38
use Koha::Plugins::Handler;
39
use Fcntl qw( LOCK_EX O_CREAT O_RDWR SEEK_SET );
39
use Fcntl qw( LOCK_EX O_CREAT O_RDWR SEEK_SET );
40
40
41
die "Syspref 'Edifact' is disabled" unless C4::Context->preference('Edifact');
42
41
my $logdir = C4::Context->config('logdir');
43
my $logdir = C4::Context->config('logdir');
42
44
43
# logging set to trace as this may be what you
45
# logging set to trace as this may be what you
44
- 

Return to bug 16258