From: Paul Poulain <[email protected]>

fixed by setting the description to:

"Choose the fines mode, 'off', 'test' (emails admin report) or 'production' 
(accrue overdue fines).  Requires fines.pl cronjob."

Note : only for new setups, not for existing ones
---
 installer/data/mysql/en/mandatory/sysprefs.sql     |    2 +-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/data/mysql/en/mandatory/sysprefs.sql 
b/installer/data/mysql/en/mandatory/sysprefs.sql
index b52a667..c393849 100644
--- a/installer/data/mysql/en/mandatory/sysprefs.sql
+++ b/installer/data/mysql/en/mandatory/sysprefs.sql
@@ -140,7 +140,7 @@ INSERT INTO `systempreferences` 
(variable,value,explanation,options,type) VALUES
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('emailLibrarianWhenHoldIsPlaced',0,'If ON, emails the librarian whenever 
a hold is placed',NULL,'YesNo');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('holdCancelLength','','Specify how many days before a hold is 
canceled',NULL,'free');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('libraryAddress','','The address to use for printing receipts, overdues, 
etc. if different than physical address',NULL,'free');
-INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('finesMode','test','Choose the fines mode, \'off\', \'test\' (emails 
admin report) or \'production\' (accrue overdue fines).  Requires accruefines 
cronjob.','off|test|production','Choice');
+INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('finesMode','test','Choose the fines mode, \'off\', \'test\' (emails 
admin report) or \'production\' (accrue overdue fines).  Requires fines.pl 
cronjob.','off|test|production','Choice');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('globalDueDate','','If set, allows a global static due date for all 
checkouts',NULL,'free');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('itemBarcodeInputFilter','','If set, allows specification of a item 
barcode input filter','whitespace|T-prefix|cuecat','Choice');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('singleBranchMode',0,'Operate in Single-branch mode, hide branch 
selection in the OPAC',NULL,'YesNo');
diff --git 
a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql 
b/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
index b0788b0..297ef58 100644
--- a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
+++ b/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
@@ -149,7 +149,7 @@ INSERT INTO `systempreferences` 
(variable,value,explanation,options,type) VALUES
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('emailLibrarianWhenHoldIsPlaced',0,'Si activé, envoie un mail à la 
bibliothèque lorsqu''une réservation est posée',NULL,'YesNo');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('holdCancelLength','','Spécifie le nombre de jours avant qu''une 
réservation soit annulée',NULL,'free');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('libraryAddress','','L''adresse pour l''impression des reçus, des 
amendes... si elle est différente de l''adresse physique de la 
bibliothèque',NULL,'free');
-INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('finesMode','test','Choisissez un mode pour le calcul des amendes : Test 
ou Production.','test|production','Choice');
+INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('finesMode','test','Choisissez un mode pour le calcul des amendes : Test 
(envoie un mail à l''administrateur) ou Production. Nécessite le cronjob 
fines.pl.','off|test|production','Choice');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('globalDueDate','','Si défini, autorise une date de retour statique pour 
tous les prêts',NULL,'free');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('itemBarcodeInputFilter','','If set, allows specification of a item 
barcode input filter','whitespace|T-prefix|cuecat','Choice');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('singleBranchMode',0,'Operate in Single-branch mode, hide branch 
selection in the OPAC',NULL,'YesNo');
-- 
1.5.6.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to