|
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->logdir; |
39 |
my $logdir = C4::Context->context('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 |
- |
|
|