Bugzilla – Attachment 163846 Details for
Bug 19605
ILL backends should be pluggable through regular Koha plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19605: Fix after bug 35536
Bug-19605-Fix-after-bug-35536.patch (text/plain), 683 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2024-03-25 17:21:02 UTC
(
hide
)
Description:
Bug 19605: Fix after bug 35536
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-03-25 17:21:02 UTC
Size:
683 bytes
patch
obsolete
>From 145bbb4a4bda34e0a0dba8f560c0eda31c8a6cd3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 25 Mar 2024 14:18:09 -0300 >Subject: [PATCH] Bug 19605: Fix after bug 35536 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Illrequest.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm >index 4ca3baa3e12..99f89c6ffa4 100644 >--- a/Koha/Illrequest.pm >+++ b/Koha/Illrequest.pm >@@ -412,7 +412,6 @@ sub get_backend_plugin { > method => 'ill_backend', > metadata => { name => $backend_id }, > all => 1, >- errors => 1 > } > ); > >-- >2.44.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 19605
:
158068
|
158069
|
158070
|
160433
|
160434
|
160435
|
162996
|
162997
|
162998
|
162999
|
163000
|
163001
|
163002
|
163003
|
163004
|
163005
|
163006
|
163007
|
163846
|
164084
|
164085
|
164086
|
164087
|
164088
|
164089
|
164090
|
164091
|
165201