Bug 8441: hides MODS export by default in French install
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
a7714ed6c5
commit
081cb47d26
1 changed files with 1 additions and 0 deletions
|
@ -24,3 +24,4 @@ UPDATE systempreferences SET value = 'Ma bibliothèque' WHERE variable = 'Librar
|
|||
UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'opaclanguages';
|
||||
UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay';
|
||||
UPDATE systempreferences SET value = 'Bienvenue dans Koha...\r\n<hr>' WHERE variable = 'OpacMainUserBlock';
|
||||
UPDATE systempreferences SET value = 'bibtex|dc|marcxml|marc8|utf8|marcstd|ris' WHERE variable = 'OpacExportOptions';
|
||||
|
|
Loading…
Reference in a new issue