Bugzilla – Attachment 16865 Details for
Bug 7736
Edifact QUOTE and ORDER functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7736 EDI Edifact quote and order functionality
Bug-7736-EDI-Edifact-quote-and-order-functionality.patch (text/plain), 819 bytes, created by
Kyle M Hall (khall)
on 2013-03-25 19:46:46 UTC
(
hide
)
Description:
Bug 7736 EDI Edifact quote and order functionality
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-25 19:46:46 UTC
Size:
819 bytes
patch
obsolete
>From ba6138a4b87de3c067fe1a07a8db0aa02026ff70 Mon Sep 17 00:00:00 2001 >From: Brendan <info@bywatersolutions.com> >Date: Thu, 21 Mar 2013 08:34:31 -0700 >Subject: [PATCH] Bug 7736 EDI Edifact quote and order functionality > >Adding in Passive per Zenos thoughts and comment #39 >--- > C4/EDI.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/EDI.pm b/C4/EDI.pm >index 0223243..7ff0748 100644 >--- a/C4/EDI.pm >+++ b/C4/EDI.pm >@@ -575,7 +575,7 @@ sub SendEDIOrder { > if ($ftpaccount) { > > # connect to ftp account >- my $ftp = Net::FTP->new( $ftpaccount->{host}, Timeout => 10 ) >+ my $ftp = Net::FTP->new( $ftpaccount->{host}, Passive=> 1, Timeout => 10 ) > or $newerr = 1; > if ( !$newerr ) { > $newerr = 0; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7736
:
8275
|
8276
|
8446
|
8635
|
10226
|
12398
|
12438
|
12467
|
13071
|
15304
|
15729
|
16538
|
16629
|
16649
|
16652
|
16667
|
16732
|
16761
|
16779
|
16792
|
16864
|
16865
|
16866
|
16867
|
16868
|
16869
|
16870
|
16871
|
16872
|
16873
|
16874
|
16882
|
16883
|
16884
|
16885
|
16886
|
17120
|
17121
|
20983
|
20984
|
21475
|
33953
|
33957
|
34332
|
34833
|
35030
|
35106
|
35716
|
35717
|
35718
|
36738
|
44079
|
44080
|
44081
|
44082
|
44083
|
44084
|
46996
|
47004
|
48623
|
48624
|
48625
|
48626
|
48971
|
48972
|
48973
|
48974
|
48975
|
48976
|
49037
|
49038
|
49039
|
49040
|
49041
|
49042
|
49307
|
49850
|
50002
|
50008