Bugzilla – Attachment 36800 Details for
Bug 12648
Link patrons to an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12648: Fix conflict with bug 12833
Bug-12648-Fix-conflict-with-bug-12833.patch (text/plain), 889 bytes, created by
Jonathan Druart
on 2015-03-11 14:41:43 UTC
(
hide
)
Description:
Bug 12648: Fix conflict with bug 12833
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-11 14:41:43 UTC
Size:
889 bytes
patch
obsolete
>From 43173e906da4b3b5d256f635895ca5a0fbee4640 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 1 Oct 2014 10:46:14 +0200 >Subject: [PATCH] Bug 12648: Fix conflict with bug 12833 > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > svc/members/search | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/svc/members/search b/svc/members/search >index b2af851..8889773 100755 >--- a/svc/members/search >+++ b/svc/members/search >@@ -61,7 +61,8 @@ foreach (grep {$_ =~ /^mDataProp/} keys %dt_params) { > my $results; > # If the user filled a term, maybe it's a cardnumber. > # This cannot be the case if a first letter is given. >-if ( not $firstletter >+if ( $searchmember >+ and not $firstletter > and $searchfieldstype > and $searchfieldstype eq 'standard' ) > { >-- >2.1.0
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 12648
:
30024
|
30025
|
30026
|
30027
|
30988
|
30989
|
30990
|
30991
|
31273
|
31960
|
31961
|
32230
|
33186
|
33187
|
33188
|
33189
|
33190
|
33191
|
33192
|
33193
|
34224
|
34225
|
34226
|
34227
|
34228
|
34229
|
34230
|
34231
|
34477
|
34487
|
34488
|
34489
|
34490
|
34491
|
34492
|
34493
|
34494
|
34495
|
35056
|
35058
|
35059
|
35060
|
35061
|
35062
|
35063
|
35064
|
35065
|
35066
|
36795
|
36796
|
36797
|
36798
|
36799
| 36800 |
36801
|
36802
|
36803
|
36804
|
36805
|
36807
|
36810
|
36817