Bug: Importing sample data removes marcflavour variable (ru-RU)
modified: installer/data/mysql/ru-RU/mandatory/system_preferences_optimal.sql Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
809b89c816
commit
e05915b64a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
TRUNCATE systempreferences;
|
||||
#TRUNCATE systempreferences;
|
||||
|
||||
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('acquisitions','normal','Choose Normal, budget-based acquisitions, or Simple bibliographic-data acquisitions','simple|normal','Choice');
|
||||
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('advancedMARCeditor',0,'If ON, the MARC editor won\'t display field/subfield descriptions','','YesNo');
|
||||
|
|
Loading…
Reference in a new issue