Bugzilla – Attachment 55912 Details for
Bug 14874
Add ability to search for patrons by date of birth from checkout and patron quick searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14874 (QA Followup)
Bug-14874-QA-Followup.patch (text/plain), 1.05 KB, created by
Nick Clemens (kidclamp)
on 2016-09-29 10:41:40 UTC
(
hide
)
Description:
Bug 14874 (QA Followup)
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-09-29 10:41:40 UTC
Size:
1.05 KB
patch
obsolete
>From 42e81326996a7af2d56a46994923dea9b221bfc7 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 29 Sep 2016 10:33:55 +0000 >Subject: [PATCH] Bug 14874 (QA Followup) > > Fix atomicupdate file name >--- > .../atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql > >diff --git a/installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql b/installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql >new file mode 100644 >index 0000000..1790e03 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql >@@ -0,0 +1 @@ >+INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('DefaultPatronSearchFields','surname,firstname,othernames,cardnumber,userid',NULL,'Comma separated list defining the default fields to be used during a patron search','free'); >-- >2.1.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 14874
:
51503
|
51504
|
51505
|
51652
|
51653
|
51654
|
51971
|
51972
|
52079
|
52998
|
52999
|
53000
|
53001
|
55589
|
55899
|
55912
|
55913
|
55919
|
55920
|
56027
|
56028
|
57009