Bugzilla – Attachment 29028 Details for
Bug 9811
Patrons search improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9811: Cardnumber could be alphanumeric
PASSED-QA-Bug-9811-Cardnumber-could-be-alphanumeri.patch (text/plain), 1.10 KB, created by
Katrin Fischer
on 2014-06-19 13:25:44 UTC
(
hide
)
Description:
[PASSED QA] Bug 9811: Cardnumber could be alphanumeric
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-06-19 13:25:44 UTC
Size:
1.10 KB
patch
obsolete
>From 33b481a6101fd1cd0a59da1626ebd31bd7aff05a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 11 Jun 2014 15:05:31 +0200 >Subject: [PATCH] [PASSED QA] Bug 9811: Cardnumber could be alphanumeric > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > C4/Utils/DataTables/Members.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Utils/DataTables/Members.pm b/C4/Utils/DataTables/Members.pm >index 2edbc50..992d67f 100644 >--- a/C4/Utils/DataTables/Members.pm >+++ b/C4/Utils/DataTables/Members.pm >@@ -30,7 +30,7 @@ sub search { > my $select = "SELECT > borrowers.borrowernumber, borrowers.surname, borrowers.firstname, borrowers.address, > borrowers.address2, borrowers.city, borrowers.zipcode, borrowers.country, >- CAST(borrowers.cardnumber AS UNSIGNED) AS cardnumber, borrowers.dateexpiry, >+ cardnumber, borrowers.dateexpiry, > borrowers.borrowernotes, borrowers.branchcode, borrowers.email, > categories.description AS category_description, categories.category_type, > branches.branchname"; >-- >1.8.3.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 9811
:
16096
|
16111
|
16112
|
16320
|
16362
|
16403
|
16957
|
19056
|
19057
|
19307
|
19633
|
19642
|
20094
|
20095
|
20096
|
20174
|
20266
|
20290
|
20291
|
21169
|
21170
|
21171
|
21172
|
21173
|
21174
|
21175
|
22265
|
23261
|
24095
|
24111
|
26067
|
26068
|
26261
|
26336
|
26337
|
26342
|
26347
|
27642
|
27643
|
27644
|
27645
|
27646
|
27711
|
28738
|
28739
|
28740
|
28741
|
28742
|
28743
|
28744
|
28745
|
28746
|
28747
|
28781
|
28782
|
29019
|
29020
|
29021
|
29022
|
29023
|
29024
|
29025
|
29026
|
29027
| 29028 |
29029
|
29442