Bugzilla – Attachment 173195 Details for
Bug 38136
Refactor database translations (alternative)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38136: [TO SQUASH] Remove unecessary 'use Koha::Caches' from Koha::ItemType
Bug-38136-TO-SQUASH-Remove-unecessary-use-KohaCach.patch (text/plain), 820 bytes, created by
Jonathan Druart
on 2024-10-23 09:21:47 UTC
(
hide
)
Description:
Bug 38136: [TO SQUASH] Remove unecessary 'use Koha::Caches' from Koha::ItemType
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-23 09:21:47 UTC
Size:
820 bytes
patch
obsolete
>From 490b951cbe44efa6d9cfa73ca2935122e2c8d01e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 23 Oct 2024 11:19:20 +0200 >Subject: [PATCH] Bug 38136: [TO SQUASH] Remove unecessary 'use Koha::Caches' > from Koha::ItemType > >--- > Koha/ItemType.pm | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/Koha/ItemType.pm b/Koha/ItemType.pm >index 0f352c84e66..66dbd6e37e6 100644 >--- a/Koha/ItemType.pm >+++ b/Koha/ItemType.pm >@@ -19,14 +19,11 @@ use Modern::Perl; > > use C4::Koha qw( getitemtypeimagelocation ); > use C4::Languages; >-use Koha::Caches; > use Koha::Database; > use Koha::CirculationRules; > > use base qw(Koha::Object Koha::Object::Limit::Library); > >-my $cache = Koha::Caches->get_instance(); >- > =head1 NAME > > Koha::ItemType - Koha Item type Object class >-- >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 38136
:
172585
|
172804
| 173195 |
173196
|
173197
|
173198
|
174578
|
174579
|
174580
|
174581
|
174598
|
174599