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

(-)a/misc/cronjobs/edi_cron.pl (-2 / +1 lines)
Lines 36-42 use Koha::EDI qw( process_quote process_invoice process_ordrsp); Link Here
36
use Koha::Edifact::Transport;
36
use Koha::Edifact::Transport;
37
use Fcntl qw( :DEFAULT :flock :seek );
37
use Fcntl qw( :DEFAULT :flock :seek );
38
38
39
my $logdir = C4::Context->context('logdir');
39
my $logdir = C4::Context->config('logdir');
40
40
41
# logging set to trace as this may be what you
41
# logging set to trace as this may be what you
42
# want on implementation
42
# want on implementation
43
- 

Return to bug 17141