[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 15:04:55 CET 2013


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

--- Comment #39 from Zeno Tajoli <z.tajoli at cineca.it> ---
Yes, the problem is on step #7.
I have also found the solution.

New line 578:
  my $ftp = Net::FTP->new( $ftpaccount->{host}, Passive=> 1, Timeout => 10 )
instead of
  my $ftp = Net::FTP->new( $ftpaccount->{host}, Timeout => 10 )

I don't know if we could insert "Passive=> 1" for every site or we need to
change the edi ftp site definition with a new parameter 'Type of connection'.

I have found an two other little problems:

A)file acqui/basket.pl
New line 31
use C4::EDI qw( CreateEDIOrder SendEDIOrder  CheckVendorFTPAccountExists);
instead of 
use C4::EDI qw( CreateEDIOrder SendEDIOrder );

B)file /installer/data/mysql/kohastructure.sql
The integration of the new tables for edit start around line 3045.
But git doesn't do a perfet merge.
The defintion of the previous tables [borrower_modifications] is cutted.
So the file kohastructure.sql needs to be checked

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list