21 Mar
2013
21 Mar
'13
12:19 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #36 from Zeno Tajoli <z.tajoli@cineca.it> --- I found problems on sending order, routine SendEDIOrder in C4/EDI.pm I receive the error: Could not transfer the file /home/test7736/kohaclone/misc/edi_files/ediorder_1.CEP to 166.78.149.34: The problem is in the lines 594-596 if ( !$newerr ) { $newerr = 0; $ftp->put("${edi_files}ediorder_$basketno.CEP") or $newerr = 1; The file ediorder_1.CEP is present in the dir /home/test7736/kohaclone/misc/edi_files With a normal ftp client I don't have problems to upload files in the site 166.78.149.34. -- You are receiving this mail because: You are watching all bug changes.