Bugzilla – Attachment 136293 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), 710 bytes, created by
Nick Clemens (kidclamp)
on 2022-06-17 15:56:09 UTC
(
hide
)
Description:
Bug 30920: (follow-up) Add missing use
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-06-17 15:56:09 UTC
Size:
710 bytes
patch
obsolete
>From 43dfb75deb6622ce4393e9904ef51078e1e05cbf 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 af95d0ff26..d9f14a3bf7 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -104,6 +104,7 @@ use C4::Items qw( GetHiddenItemnumbers GetMarcItem ); > > use Koha::Logger; > use Koha::Caches; >+use Koha::ClassSources; > use Koha::Authority::Types; > use Koha::Acquisition::Currencies; > use Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue; >-- >2.30.2
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