Bugzilla – Attachment 3788 Details for
Bug 6108
Quicksearch in member.pl does not display paging correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch (commented line removed)
0001-Bug-6108-corrected-paging-of-patron-display.patch (text/plain), 801 bytes, created by
Mark G
on 2011-04-07 12:55:00 UTC
(
hide
)
Description:
Updated patch (commented line removed)
Filename:
MIME Type:
Creator:
Mark G
Created:
2011-04-07 12:55:00 UTC
Size:
801 bytes
patch
obsolete
>From 24738fc5bed9f12477932fe69c1703ebfb8ce763 Mon Sep 17 00:00:00 2001 >From: Mark Gavillet <mark.gavillet@ptfs-europe.com> >Date: Thu, 7 Apr 2011 13:50:06 +0100 >Subject: [PATCH] Bug: 6108 - corrected paging of patron display > >--- > members/member.pl | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/members/member.pl b/members/member.pl >index f62438c..2be45bc 100755 >--- a/members/member.pl >+++ b/members/member.pl >@@ -165,7 +165,6 @@ $template->param( > startfrom => $startfrom, > from => ($startfrom-1)*$resultsperpage+1, > to => $to, >- #multipage => ($count != $to+1 || $startfrom!=1), > multipage => ($count != $to || $startfrom!=1), > advsearch => ($$patron{categorycode} || $$patron{branchcode}), > branchloop=>\@branchloop, >-- >1.5.6.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 6108
:
3785
| 3788