Bugzilla – Attachment 148065 Details for
Bug 30920
Add caching to C4::Biblio::GetAuthorisedValueDesc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30920: (follow-up) Add missing use
Bug-30920-follow-up-Add-missing-use.patch (text/plain), 691 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-03-10 12:10:11 UTC
(
hide
)
Description:
Bug 30920: (follow-up) Add missing use
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-03-10 12:10:11 UTC
Size:
691 bytes
patch
obsolete
>From 3fdbd3a55e5e07aa4772abded4c3dfa7a545c7b1 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 17 Jun 2022 13:36:13 +0000 >Subject: [PATCH] Bug 30920: (follow-up) Add missing use > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > C4/Biblio.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index ee0578bb79a..991d32716be 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -101,6 +101,7 @@ use C4::Items qw( GetMarcItem ); > > use Koha::Logger; > use Koha::Caches; >+use Koha::ClassSources; > use Koha::Authority::Types; > use Koha::Acquisition::Currencies; > use Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue; >-- >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 30920
:
135771
|
136292
|
136293
|
144817
|
144818
|
144819
|
148064
|
148065
|
148066
|
148067
|
148087
|
148088
|
148089
|
148090
|
148091
|
148092
|
148093
|
148094