Bugzilla – Attachment 137825 Details for
Bug 31177
Misplaced import in C4::ILSDI::Services
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31177: Fix misplaced import in C4::ILSDI::Services
Bug-31177-Fix-misplaced-import-in-C4ILSDIServices.patch (text/plain), 995 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-07-18 15:48:51 UTC
(
hide
)
Description:
Bug 31177: Fix misplaced import in C4::ILSDI::Services
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-07-18 15:48:51 UTC
Size:
995 bytes
patch
obsolete
>From 9493b535d29cd336cb0ced16df4a3f039a833c15 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 18 Jul 2022 12:47:49 -0300 >Subject: [PATCH] Bug 31177: Fix misplaced import in C4::ILSDI::Services > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/ILSDI/Services.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 0f68b4c5d7..d3feee2d0f 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -36,6 +36,7 @@ use C4::AuthoritiesMarc qw( GetAuthorityXML ); > > use Koha::Biblios; > use Koha::Checkouts; >+use Koha::I18N qw(__); > use Koha::Items; > use Koha::Libraries; > use Koha::Patrons; >@@ -961,8 +962,6 @@ sub _availability { > my ($itemnumber) = @_; > my $item = Koha::Items->find($itemnumber); > >- use Koha::I18N; >- > unless ( $item ) { > return ( undef, __('unknown'), __('Error: could not retrieve availability for this ID'), undef ); > } >-- >2.34.1
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 31177
:
137825
|
139933