Bugzilla – Attachment 59645 Details for
Bug 18013
acqui/transferorder.pl typo in find method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18013 - acqui/transferorder.pl typo in find method
Bug-18013---acquitransferorderpl-typo-in-find-meth.patch (text/plain), 886 bytes, created by
Dobrica Pavlinusic
on 2017-01-30 12:04:21 UTC
(
hide
)
Description:
Bug 18013 - acqui/transferorder.pl typo in find method
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2017-01-30 12:04:21 UTC
Size:
886 bytes
patch
obsolete
>From c28b69c32307498344c1bf3e6d6fab53bdc3bbb5 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Mon, 30 Jan 2017 13:02:36 +0100 >Subject: [PATCH] Bug 18013 - acqui/transferorder.pl typo in find method > >This typo was introduced in Bug 13726 and has obvious fix >--- > acqui/transferorder.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/transferorder.pl b/acqui/transferorder.pl >index 6cd1d2e..716c721 100755 >--- a/acqui/transferorder.pl >+++ b/acqui/transferorder.pl >@@ -60,7 +60,7 @@ my $booksellerfromname; > if($booksellerfrom){ > $booksellerfromname = $booksellerfrom->name; > } >-my $booksellerto = Koha::Acquisition::Booksellers->finf( $bookselleridto ); >+my $booksellerto = Koha::Acquisition::Booksellers->find( $bookselleridto ); > my $booksellertoname; > if($booksellerto){ > $booksellertoname = $booksellerto->name; >-- >2.1.4
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 18013
:
59645
|
59666