Bug 13027: Typo RoutlingListNote
Trivial patch adjusts two occurrences of this typo in two installer sql files. Signed-off-by: Chris <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Typo in sysprefs.sql is only in the description, so fixing this without a database update seems ok. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
1a50e39cff
commit
057a00d85c
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ UPDATE systempreferences SET value =
|
||||||
WHERE variable = 'OPACSearchForTitleIn';
|
WHERE variable = 'OPACSearchForTitleIn';
|
||||||
UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
|
UPDATE systempreferences SET value = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek';
|
||||||
UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist';
|
UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'gist';
|
||||||
UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutlingListNote</a> konfiguriert.' where variable = 'RoutingListNote';
|
UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutingListNote</a> konfiguriert.' where variable = 'RoutingListNote';
|
||||||
UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields';
|
UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields';
|
||||||
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language';
|
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language';
|
||||||
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'opaclanguages';
|
UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'opaclanguages';
|
||||||
|
|
|
@ -345,7 +345,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
|
||||||
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
|
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
|
||||||
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'),
|
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'),
|
||||||
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'),
|
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'),
|
||||||
('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutlingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'),
|
('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'),
|
||||||
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'),
|
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'),
|
||||||
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'),
|
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'),
|
||||||
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'),
|
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'),
|
||||||
|
|
Loading…
Reference in a new issue