Bugzilla – Attachment 92354 Details for
Bug 20254
Forbid the download of duplicate EDI messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20254: Set correct member in working_directory
Bug-20254-Set-correct-member-in-workingdirectory.patch (text/plain), 1.04 KB, created by
Kyle M Hall (khall)
on 2019-08-19 18:42:53 UTC
(
hide
)
Description:
Bug 20254: Set correct member in working_directory
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-08-19 18:42:53 UTC
Size:
1.04 KB
patch
obsolete
>From 72a714b2bf01a0a0fd172d14988ed1ac802c7306 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Mon, 10 Dec 2018 12:52:13 +0000 >Subject: [PATCH] Bug 20254: Set correct member in working_directory > >Koha::Edifact::Transport working_directory was setting the >wrong member name correct that >method is only used in testing > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Edifact/Transport.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Edifact/Transport.pm b/Koha/Edifact/Transport.pm >index f53017bc39..a64d583776 100644 >--- a/Koha/Edifact/Transport.pm >+++ b/Koha/Edifact/Transport.pm >@@ -50,9 +50,9 @@ sub new { > sub working_directory { > my ( $self, $new_value ) = @_; > if ($new_value) { >- $self->{working_directory} = $new_value; >+ $self->{working_dir} = $new_value; > } >- return $self->{working_directory}; >+ return $self->{working_dir}; > } > > sub download_messages { >-- >2.20.1 (Apple Git-117)
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 20254
:
74002
|
83013
|
83014
|
83015
|
91412
|
91413
|
91414
|
92353
| 92354 |
92355