Bugzilla – Attachment 97744 Details for
Bug 22615
Add routes for /ill_backends
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22615: Fix perlcritic
Bug-22615-Fix-perlcritic.patch (text/plain), 827 bytes, created by
Andrew Isherwood
on 2020-01-22 15:14:59 UTC
(
hide
)
Description:
Bug 22615: Fix perlcritic
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2020-01-22 15:14:59 UTC
Size:
827 bytes
patch
obsolete
>From 82679acb419f2c5033346422880d62c9036de45c Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 22 Jan 2020 14:24:15 +0000 >Subject: [PATCH] Bug 22615: Fix perlcritic > >Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >--- > Koha/REST/V1/Illbackends.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/V1/Illbackends.pm b/Koha/REST/V1/Illbackends.pm >index 15807e9dd9..cf2e77f301 100644 >--- a/Koha/REST/V1/Illbackends.pm >+++ b/Koha/REST/V1/Illbackends.pm >@@ -41,7 +41,7 @@ sub list { > my $backends = $config->available_backends; > > my @data; >- foreach $b ( @$backends ) { >+ foreach my $b ( @$backends ) { > my $backend = Koha::Illrequest->new->load_backend( $b ); > push @data, { > ill_backend_id => $b, >-- >2.11.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 22615
:
87284
|
97735
|
97736
|
97737
|
97742
|
97743
|
97744
|
100148
|
100149
|
100150