From 599e800850bc5d3f0f8979844efd5d3b5d7a9ba2 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 14 Dec 2007 09:33:44 +0100 Subject: [PATCH] removing marc flavour from syspref for frenchies as it's now filled by webinstaller and librarian choice Signed-off-by: Joshua Ferraro --- .../data/mysql/fr/1-Obligatoire/unimarc_standard_systemprefs.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/fr/1-Obligatoire/unimarc_standard_systemprefs.sql b/installer/data/mysql/fr/1-Obligatoire/unimarc_standard_systemprefs.sql index 157e593b99..91306acc0d 100644 --- a/installer/data/mysql/fr/1-Obligatoire/unimarc_standard_systemprefs.sql +++ b/installer/data/mysql/fr/1-Obligatoire/unimarc_standard_systemprefs.sql @@ -52,7 +52,6 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('LetterLog', '0', 'Activer ce paramètre pour enregistrer les actions sur les notifications par mail', '', 'YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('LibraryName', 'Ma bibliothèque', 'Ce paramètre définit le nom de la bibliothèque, qui apparaît sur chaque page de l''OPAC', '', ''); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('marc', '1', 'Ce paramètre active le support du MARC. Dans Koha 3.0, doit être à 1.', '', 'YesNo'); -INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('marcflavour', 'UNIMARC', 'Ce paramètre définit votre déclinaison MARC. Normalement, UNIMARC', 'MARC21|UNIMARC', 'Choice'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('MARCOrgCode', '0', 'Ce paramètre définit votre code organisme MARC. Utilisé en MARC21. Voir - http://www.loc.gov/marc/organizations/orgshome.htm', '', ''); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('MaxFine','9999','Amende maximum qu''un ahdérent peut avoir pour un retour en retard','','Integer'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('maxoutstanding', '5', 'Ce paramètre définit le montant maximal des dettes au dela duquel le lecteur ne peut plus faire de réservation', '', 'Integer'); -- 2.39.5