Bugzilla – Attachment 70004 Details for
Bug 19450
OverDrive integration failing on missing method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19450: Fixed WebService::ILS bug upsteram
Bug-19450-Fixed-WebServiceILS-bug-upsteram.patch (text/plain), 842 bytes, created by
Kyle M Hall (khall)
on 2017-12-21 11:48:44 UTC
(
hide
)
Description:
Bug 19450: Fixed WebService::ILS bug upsteram
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-12-21 11:48:44 UTC
Size:
842 bytes
patch
obsolete
>From dfee1f5caf34b7e4d333e3a0983348615e040507 Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Thu, 12 Oct 2017 13:45:43 +1300 >Subject: [PATCH] Bug 19450: Fixed WebService::ILS bug upsteram > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Installer/PerlDependencies.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 0bf96f6..84ba74d 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -865,7 +865,7 @@ our $PERL_DEPS = { > 'WebService::ILS' => { > 'usage' => 'Interface third party systems', > 'required' => '0', >- 'min_ver' => '0.07', >+ 'min_ver' => '0.17', > }, > }; > >-- >2.10.2
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 19450
:
67986
|
69492
| 70004