Bugzilla – Attachment 18511 Details for
Bug 8845
Add ability search patrons by date of birth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8845: FIX dateonly is the 4th parameter, not 3rd!
Bug-8845-FIX-dateonly-is-the-4th-parameter-not-3rd.patch (text/plain), 928 bytes, created by
Jonathan Druart
on 2013-05-30 10:16:39 UTC
(
hide
)
Description:
Bug 8845: FIX dateonly is the 4th parameter, not 3rd!
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-30 10:16:39 UTC
Size:
928 bytes
patch
obsolete
>From e3b16a92839b7c8aab0ecbc9bf7ac505aa24b90c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 30 May 2013 12:15:43 +0200 >Subject: [PATCH] Bug 8845: FIX dateonly is the 4th parameter, not 3rd! > >--- > members/member.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/member.pl b/members/member.pl >index 39ae379..47f7cb7 100755 >--- a/members/member.pl >+++ b/members/member.pl >@@ -108,7 +108,7 @@ if ($member || keys %$patron) { > my @searchfields = $searchfields ? split( ',', $searchfields ) : ( "firstname", "surname", "othernames", "cardnumber", "userid", "email" ); > > if ( $searchfields eq "dateofbirth" ) { >- $member = output_pref(dt_from_string($member), 'iso', 1); >+ $member = output_pref(dt_from_string($member), 'iso', undef, 1); > } > > my $search_scope = ( $quicksearch ? "field_start_with" : "start_with" ); >-- >1.7.10.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 8845
:
12601
|
12608
|
12639
|
14293
|
14367
|
14368
|
14392
|
14393
|
15556
|
15557
|
15558
|
18437
|
18438
|
18439
|
18508
|
18509
|
18510
| 18511