Bugzilla – Attachment 146915 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), 951 bytes, created by
Katrin Fischer
on 2023-02-18 11:46:09 UTC
(
hide
)
Description:
Bug 31450: Remove some debug lines
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-18 11:46:09 UTC
Size:
951 bytes
patch
obsolete
>From 61525f96178f44866e50d3cf758ef67dd4a31f89 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 > >--- > Koha/AdditionalContents.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/Koha/AdditionalContents.pm b/Koha/AdditionalContents.pm >index 9c34b33eae..2a25379532 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