Bugzilla – Attachment 30865 Details for
Bug 12728
Add StatisticsFields to sysprefs.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12728: Add StatisticsFields to sysprefs.sql
PASSED-QA-Bug-12728-Add-StatisticsFields-to-syspre.patch (text/plain), 2.06 KB, created by
Katrin Fischer
on 2014-08-15 20:21:25 UTC
(
hide
)
Description:
[PASSED QA] Bug 12728: Add StatisticsFields to sysprefs.sql
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-15 20:21:25 UTC
Size:
2.06 KB
patch
obsolete
>From 9210f25d54530b2037d6af998b1463f6168b4ebc Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 7 Aug 2014 14:16:24 +0200 >Subject: [PATCH] [PASSED QA] Bug 12728: Add StatisticsFields to sysprefs.sql > >Bug 7955: [Statistics tab for Patron checkouts] introduced the pref >StatisticsFields but did not add it to the sql install file. > >Test plan: >Run webinstaller or mysql ... < sysprefs.sql >Verify that the new pref is in your systempreferences table. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Run webinstall, new syspref loaded. >No koha-qa errors. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > installer/data/mysql/sysprefs.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 7eb08a8..05eb840 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -374,6 +374,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('StaffDetailItemSelection', '1', NULL, 'Enable item selection in record detail page', 'YesNo'), > ('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the Staff client','Integer'), > ('StaticHoldsQueueWeight','0',NULL,'Specify a list of library location codes separated by commas -- the list of codes will be traversed and weighted with first values given higher weight for holds fulfillment -- alternatively, if RandomizeHoldsQueueWeight is set, the list will be randomly selective','Integer'), >+('StatisticsFields','location|itype|ccode', NULL, 'Define Fields (from the items table) used for statistics members','Free'), > ('SubfieldsToUseWhenPrefill','','','Define a list of subfields to use when prefilling items (separated by space)','Free'), > ('SubscriptionDuplicateDroppedInput','','','List of fields which must not be rewritten when a subscription is duplicated (Separated by pipe |)','Free'), > ('SubscriptionHistory','simplified','simplified|full','Define the display preference for serials issue history in OPAC','Choice'), >-- >1.9.1
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 12728
:
30578
|
30588
| 30865 |
31044