Bugzilla – Attachment 11499 Details for
Bug 8454
Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty.
Bug-8454---Holds-to-Pull--Show-pull-list-on-load-O.patch (text/plain), 1.29 KB, created by
Paul Poulain
on 2012-08-09 14:17:28 UTC
(
hide
)
Description:
Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty.
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-08-09 14:17:28 UTC
Size:
1.29 KB
patch
obsolete
>From c733ff36259dbaca3adfb8e6966550e556ed81e6 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 17 Jul 2012 11:33:35 +1000 >Subject: [PATCH] Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. > >Currently, when you click "Holds to pull" from the Circulation menu, the only thing that you see is a white screen and a side navigation bar that says "Refine Results". > >Since there appear to be no results to refine, the holds to pull list appears completely empty. Staff have to know to click "Submit" on the "Refine Results" form to get anything. > >I propose that we have the "run_report" flag set to ON for the initial load. The report uses the default 2 days mentioned in the "Refine Results" form, so there is continuity across the board. > >Signed-off-by: Delaye Stephane <stephane.delaye@biblibre.com> >--- > circ/pendingreserves.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/circ/pendingreserves.pl b/circ/pendingreserves.pl >index 52a0450..b18f39f 100755 >--- a/circ/pendingreserves.pl >+++ b/circ/pendingreserves.pl >@@ -86,6 +86,7 @@ if (!defined($enddate) or $enddate eq "") { > > > my @reservedata; >+$run_report = "Yes"; > if ( $run_report ) { > my $dbh = C4::Context->dbh; > my $sqldatewhere = ""; >-- >1.7.2.5
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 8454
:
10880
|
11499
|
12181
|
12182