From 4cd3a4f4aad0e056355ab6794a7429fb2d18bf44 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Jun 2014 01:34:27 +0200 Subject: [PATCH] Fix: bad indice --- htdocs/core/modules/modDon.class.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/core/modules/modDon.class.php b/htdocs/core/modules/modDon.class.php index 1e4dfd2c914..b1b265146a4 100644 --- a/htdocs/core/modules/modDon.class.php +++ b/htdocs/core/modules/modDon.class.php @@ -68,36 +68,36 @@ class modDon extends DolibarrModules // Constants $this->const = array (); - - $this->const[1] = array ( + + $this->const[0] = array ( "DON_ADDON_MODEL", "chaine", "html_cerfafr", "Nom du gestionnaire de generation de recu de dons", "0" ); - $this->const[2] = array ( + $this->const[1] = array ( "DONATION_ART200", "yesno", "0", "Option Française - Eligibilité Art200 du CGI", - "0" + "0" ); - $this->const[3] = array ( + $this->const[2] = array ( "DONATION_ART238", "yesno", "0", "Option Française - Eligibilité Art238 bis du CGI", - "0" + "0" ); - $this->const[4] = array ( + $this->const[3] = array ( "DONATION_ART885", "yesno", "0", "Option Française - Eligibilité Art885-0 V bis du CGI", - "0" + "0" ); - $this->const[5] = array ( + $this->const[4] = array ( "DONATION_MESSAGE", "chaine", "Thank you",