Bugzilla – Attachment 169566 Details for
Bug 37285
Printing lists only prints the ten first results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37285: QA Perl Tidy
Bug-37285-QA-Perl-Tidy.patch (text/plain), 836 bytes, created by
Laura Escamilla
on 2024-07-25 15:23:44 UTC
(
hide
)
Description:
Bug 37285: QA Perl Tidy
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-25 15:23:44 UTC
Size:
836 bytes
patch
obsolete
>From 9115754ca114332db74ef24ab7c281f3b1426cb3 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 25 Jul 2024 15:22:00 +0000 >Subject: [PATCH] Bug 37285: QA Perl Tidy > >--- > virtualshelves/shelves.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/virtualshelves/shelves.pl b/virtualshelves/shelves.pl >index 6b1b9cae03..e3e7a868e4 100755 >--- a/virtualshelves/shelves.pl >+++ b/virtualshelves/shelves.pl >@@ -283,7 +283,7 @@ if ( $op eq 'view' ) { > $direction = 'asc' if $direction ne 'asc' and $direction ne 'desc'; > my $rows; > if ( $query->param('print') ) { >- $page=""; >+ $page = ""; > } else { > $rows = C4::Context->preference('numSearchResults') || 20; > } >-- >2.39.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 37285
:
168665
|
168673
| 169566