Bugzilla – Attachment 99248 Details for
Bug 23482
BakerTaylor images broken on OPAC lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23482: Remove conditional from BEGIN block
Bug-23482-Remove-conditional-from-BEGIN-block.patch (text/plain), 857 bytes, created by
Nick Clemens (kidclamp)
on 2020-02-19 12:58:23 UTC
(
hide
)
Description:
Bug 23482: Remove conditional from BEGIN block
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-02-19 12:58:23 UTC
Size:
857 bytes
patch
obsolete
>From dbe592584f687c4b843c8c548b23d17cd29b3355 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 19 Feb 2020 12:57:50 +0000 >Subject: [PATCH] Bug 23482: Remove conditional from BEGIN block > >--- > opac/opac-shelves.pl | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/opac/opac-shelves.pl b/opac/opac-shelves.pl >index f9e3f22bde..6e69fea8c1 100755 >--- a/opac/opac-shelves.pl >+++ b/opac/opac-shelves.pl >@@ -41,10 +41,8 @@ use Koha::RecordProcessor; > use constant ANYONE => 2; > > BEGIN { >- if (C4::Context->preference('BakerTaylorEnabled')) { >- require C4::External::BakerTaylor; >- import C4::External::BakerTaylor qw(&image_url &link_url); >- } >+ require C4::External::BakerTaylor; >+ import C4::External::BakerTaylor qw(&image_url &link_url); > } > > my $query = new CGI; >-- >2.11.0
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 23482
:
92390
|
95661
|
99247
|
99248
|
99372
|
99374
|
99383
|
100686