Bugzilla – Attachment 79475 Details for
Bug 21417
EDI ordering fails when basket and EAN libraries do not match
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21417: Fix the warning lines to output the basketno
Bug-21417-Fix-the-warning-lines-to-output-the-bask.patch (text/plain), 1.01 KB, created by
Kyle M Hall (khall)
on 2018-09-27 11:04:35 UTC
(
hide
)
Description:
Bug 21417: Fix the warning lines to output the basketno
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-09-27 11:04:35 UTC
Size:
1.01 KB
patch
obsolete
>From e2119606d5a6ace9fbf453aee9644d56b7f1e1f9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutiosn.com> >Date: Thu, 27 Sep 2018 06:36:03 -0400 >Subject: [PATCH] Bug 21417: Fix the warning lines to output the basketno > >--- > Koha/Edifact/Order.pm | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/Koha/Edifact/Order.pm b/Koha/Edifact/Order.pm >index dcab51dede..19eda88b6f 100644 >--- a/Koha/Edifact/Order.pm >+++ b/Koha/Edifact/Order.pm >@@ -60,13 +60,11 @@ sub new { > return; > } > if ( !$self->{recipient} ) { >- carp >-"No vendor passed to order creation: basket = $self->{basket}->basketno()"; >+ carp "No vendor passed to order creation: basket = " . $self->{basket}->basketno(); > return; > } > if ( !$self->{sender} ) { >- carp >-"No sender ean passed to order creation: basket = $self->{basket}->basketno()"; >+ carp "No sender ean passed to order creation: basket = " . $self->{basket}->basketno(); > return; > } > >-- >2.17.1 (Apple Git-112)
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 21417
:
79475
|
79476
|
79525
|
79528
|
79607
|
80220
|
80221