Bugzilla – Attachment 16872 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 - Edifact QUOTE and ORDER functionality - Followup 1 - Adding change to acqui/basket.pl and kohastructure.pl
Bug-7736---Edifact-QUOTE-and-ORDER-functionality--.patch (text/plain), 1.41 KB, created by
Kyle M Hall (khall)
on 2013-03-25 19:54:23 UTC
(
hide
)
Description:
Bug 7736 - Edifact QUOTE and ORDER functionality - Followup 1 - Adding change to acqui/basket.pl and kohastructure.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-25 19:54:23 UTC
Size:
1.41 KB
patch
obsolete
>From 85610568b251f1d2936ab3dd768aec2a6da04cfe Mon Sep 17 00:00:00 2001 >From: Brendan <info@bywatersolutions.com> >Date: Thu, 21 Mar 2013 07:39:33 -0700 >Subject: [PATCH] Bug 7736 - Edifact QUOTE and ORDER functionality - Followup 1 - Adding change to acqui/basket.pl and kohastructure.pl > >http://bugs.koha-community.org/show_bug.cgi?id=7736 >--- > acqui/basket.pl | 2 +- > installer/data/mysql/kohastructure.sql | 1 + > 2 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/acqui/basket.pl b/acqui/basket.pl >index 1ef69c8..ed274d8 100755 >--- a/acqui/basket.pl >+++ b/acqui/basket.pl >@@ -28,7 +28,7 @@ use C4::Output; > use CGI; > use C4::Acquisition; > use C4::Budgets; >-use C4::EDI qw( CreateEDIOrder SendEDIOrder ); >+use C4::EDI qw( CreateEDIOrder SendEDIOrder CheckVendorFTPAccountExists); > use C4::Bookseller qw( GetBookSellerFromId); > use C4::Debug; > use C4::Biblio; >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 8aa3099..cf2aa8c 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -3045,6 +3045,7 @@ CREATE TABLE IF NOT EXISTS `borrower_modifications` ( > PRIMARY KEY (`verification_token`,`borrowernumber`), > KEY `verification_token` (`verification_token`), > KEY `borrowernumber` (`borrowernumber`) >+) ENGINE=InnoDB DEFAULT CHARSET=utf8; > > -- > -- Table structure for table `vendor_edi_accounts` >-- >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