Bugzilla – Attachment 85262 Details for
Bug 22365
Warn on Log Viewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22365: Removing warn when accessing Log Viewer
Bug-22365-Removing-warn-when-accessing-Log-Viewer.patch (text/plain), 904 bytes, created by
Aleisha Amohia
on 2019-02-19 01:37:15 UTC
(
hide
)
Description:
Bug 22365: Removing warn when accessing Log Viewer
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2019-02-19 01:37:15 UTC
Size:
904 bytes
patch
obsolete
>From 4e6c54b8f44dc962b5ecd18c500649036ef64542 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 19 Feb 2019 01:36:14 +0000 >Subject: [PATCH] Bug 22365: Removing warn when accessing Log Viewer > >To test: >Go to Tools -> Log Viewer and confirm the warn no longer shows after >applying the patch. > >Sponsored-by: Catalyst IT >--- > tools/viewlog.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/viewlog.pl b/tools/viewlog.pl >index 2f8bc30..6575217 100755 >--- a/tools/viewlog.pl >+++ b/tools/viewlog.pl >@@ -95,7 +95,7 @@ if ( $src eq 'circ' ) { > $template->param( > debug => $debug, > C4::Search::enabled_staff_search_views, >- subscriptionsnumber => CountSubscriptionFromBiblionumber($input->param('object')), >+ subscriptionsnumber => CountSubscriptionFromBiblionumber(scalar $input->param('object')), > object => $object, > ); > >-- >2.1.4
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 22365
:
85262
|
87952
|
88130