Fix: bad indice
This commit is contained in:
parent
338ad5add6
commit
4cd3a4f4aa
@ -68,36 +68,36 @@ class modDon extends DolibarrModules
|
|||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
$this->const = array ();
|
$this->const = array ();
|
||||||
|
|
||||||
$this->const[1] = array (
|
$this->const[0] = array (
|
||||||
"DON_ADDON_MODEL",
|
"DON_ADDON_MODEL",
|
||||||
"chaine",
|
"chaine",
|
||||||
"html_cerfafr",
|
"html_cerfafr",
|
||||||
"Nom du gestionnaire de generation de recu de dons",
|
"Nom du gestionnaire de generation de recu de dons",
|
||||||
"0"
|
"0"
|
||||||
);
|
);
|
||||||
$this->const[2] = array (
|
$this->const[1] = array (
|
||||||
"DONATION_ART200",
|
"DONATION_ART200",
|
||||||
"yesno",
|
"yesno",
|
||||||
"0",
|
"0",
|
||||||
"Option Française - Eligibilité Art200 du CGI",
|
"Option Française - Eligibilité Art200 du CGI",
|
||||||
"0"
|
"0"
|
||||||
);
|
);
|
||||||
$this->const[3] = array (
|
$this->const[2] = array (
|
||||||
"DONATION_ART238",
|
"DONATION_ART238",
|
||||||
"yesno",
|
"yesno",
|
||||||
"0",
|
"0",
|
||||||
"Option Française - Eligibilité Art238 bis du CGI",
|
"Option Française - Eligibilité Art238 bis du CGI",
|
||||||
"0"
|
"0"
|
||||||
);
|
);
|
||||||
$this->const[4] = array (
|
$this->const[3] = array (
|
||||||
"DONATION_ART885",
|
"DONATION_ART885",
|
||||||
"yesno",
|
"yesno",
|
||||||
"0",
|
"0",
|
||||||
"Option Française - Eligibilité Art885-0 V bis du CGI",
|
"Option Française - Eligibilité Art885-0 V bis du CGI",
|
||||||
"0"
|
"0"
|
||||||
);
|
);
|
||||||
$this->const[5] = array (
|
$this->const[4] = array (
|
||||||
"DONATION_MESSAGE",
|
"DONATION_MESSAGE",
|
||||||
"chaine",
|
"chaine",
|
||||||
"Thank you",
|
"Thank you",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user