X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=installer%2Fdata%2Fmysql%2Fsysprefs.sql;fp=installer%2Fdata%2Fmysql%2Fsysprefs.sql;h=1d22efbfa2705eb4debb6e0181818ac02fd70829;hp=dac25950fd251df574d37addc02759b371aa198a;hb=1846deb055e363e6e757bb4a2651bc440cf3c317;hpb=0d24afb92c39c049e66883d21b2ddcc14a8401fc diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index dac25950fd..1d22efbfa2 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -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'),