Bugzilla – Attachment 93675 Details for
Bug 21580
Order creation for EDIFACT vendor fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21580 Pass buyer_ean to create_edi_order
Bug-21580-Pass-buyerean-to-createediorder.patch (text/plain), 983 bytes, created by
Brendan Gallagher
on 2019-10-04 07:58:05 UTC
(
hide
)
Description:
Bug 21580 Pass buyer_ean to create_edi_order
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2019-10-04 07:58:05 UTC
Size:
983 bytes
patch
obsolete
>From caf7bd3c3f3f307ab8d3faee972ac18b8427c4d2 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 16 Oct 2018 16:27:17 +0100 >Subject: [PATCH] Bug 21580 Pass buyer_ean to create_edi_order > >create_edi_order requires two parameters to be passed >but if vendor was set to auto_order the subroutine >was called with basketno only resulting in the error >'no basket or ean passed' - pass the buyer_ean as >passed in the quotes message > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > Koha/EDI.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/EDI.pm b/Koha/EDI.pm >index 4e730de286..5ac92d7c55 100644 >--- a/Koha/EDI.pm >+++ b/Koha/EDI.pm >@@ -541,7 +541,7 @@ sub process_quote { > for my $b (@added_baskets) { > create_edi_order( > { >- >+ ean => $messages->[0]->buyer_ean, > basketno => $b, > } > ); >-- >2.11.0
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 21580
:
80662
|
80663
|
93674
|
93675
|
93943
|
93944
|
93945