Bug 22615: Fix perlcritic
Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
81655e7dbf
commit
764053f2f4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue