Bugzilla – Attachment 146926 Details for
Bug 31450
HTML customizations and News will not display on OPAC without Publication date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31450: Remove some debug lines
Bug-31450-Remove-some-debug-lines.patch (text/plain), 1003 bytes, created by
Owen Leonard
on 2023-02-18 17:36:32 UTC
(
hide
)
Description:
Bug 31450: Remove some debug lines
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-02-18 17:36:32 UTC
Size:
1003 bytes
patch
obsolete
>From ee3a18dcfd9ebc918cd3d7c1119d141734645fb9 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Fri, 26 Aug 2022 14:32:07 +0200 >Subject: [PATCH] Bug 31450: Remove some debug lines > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > Koha/AdditionalContents.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/Koha/AdditionalContents.pm b/Koha/AdditionalContents.pm >index 9c34b33eae0..2a253795328 100644 >--- a/Koha/AdditionalContents.pm >+++ b/Koha/AdditionalContents.pm >@@ -19,8 +19,6 @@ package Koha::AdditionalContents; > > use Modern::Perl; > >-use Data::Dumper; >- > use Koha::Database; > use Koha::Exceptions; > use Koha::AdditionalContent; >@@ -71,8 +69,6 @@ location is one of this: > sub search_for_display { > my ( $self, $params ) = @_; > >- warn Dumper($params); >- > my $search_params; > $search_params->{location} = $params->{location}; > $search_params->{branchcode} = $params->{library_id} ? [ $params->{library_id}, undef ] : undef; >-- >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 31450
:
139824
|
139825
|
146914
|
146915
|
146925
|
146926
|
146927
|
167754
|
167755
|
167756