Bug 9044: (follow-up) fix merge conflict typo that broke this script
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 23:39:17 +0000 (23:39 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 23:39:17 +0000 (23:39 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/sysprefs.sql

index dac2595..1d22efb 100644 (file)
@@ -351,7 +351,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
 ('SpineLabelShowPrintOnBibDetails','0','','If turned on, a \"Print Label\" link will appear for each item on the bib details page in the staff interface.','YesNo'),
 ('StaffAuthorisedValueImages','1',NULL,'','YesNo'),
 ('staffClientBaseURL','',NULL,'Specify the base URL of the staff client','free'),
-('StaffDetailItemSelection', '1', NULL, 'Enable item selection in record detail page', 'YesNo');
+('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'),
 ('SubfieldsToUseWhenPrefill','','','Define a list of subfields to use when prefilling items (separated by space)','Free'),