From 565ad798874d4f044817ed8fee00ccf5f2be17d4 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 24 Oct 2007 13:34:10 -0500 Subject: [PATCH] adding CircAutocompl systempreference Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/data/fr/1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/fr/1-Obligatoire/unimarc_standard_systemprefs.sql b/installer/data/fr/1-Obligatoire/unimarc_standard_systemprefs.sql index aabe1f879f..7a0068290d 100644 --- a/installer/data/fr/1-Obligatoire/unimarc_standard_systemprefs.sql +++ b/installer/data/fr/1-Obligatoire/unimarc_standard_systemprefs.sql @@ -97,3 +97,4 @@ INSERT INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, INSERT INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('virtualshelves', '1', '', 'Si ce paramètre est activé, les adhérents (identifiés) peuvent créer des étagères virtuelles', 'YesNo'); INSERT INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('z3950AuthorAuthFields', '701,702,700', '', 'Ce paramètre permet de remplir automatiquement le champ 200$f (s''il est vide) avec le champ 700$a. Utile pour l''affichage, mais pas vraiment rigoureux du point de vue de la norme UNIMARC.', ''); INSERT INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('z3950NormalizeAuthor', '0', NULL, 'Si activé, les autorités auteur servent à remplir le champ 200$f s''il est vide (paramètre spécifique à l''UNIMARC', NULL); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('CircAutocompl','1','si activé, l''auto-complétion est active pour la circulation',NULL,'YesNo'); -- 2.39.5