[Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 21 13:19:50 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736

--- Comment #36 from Zeno Tajoli <z.tajoli at 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.


More information about the Koha-bugs mailing list