Erreur de conf des valeurs

This commit is contained in:
Rodolphe Quiedeville 2003-06-24 15:34:19 +00:00
parent b02fadfd5a
commit c81af815d5
2 changed files with 4 additions and 2 deletions

View File

@ -58,7 +58,8 @@ class modFacture
$const[6][0] = "FAC_PDF_INTITULE2";
$const[6][1] = "chaine";
$const[7][0] = "FACTURE_ADDON_PDF";
$const[7][1] = "tourteau";
$const[7][1] = "chaine";
$const[7][2] = "tourteau";
foreach ($const as $key => $value)
{

View File

@ -44,7 +44,8 @@ class modPropale
* Activation du module
*/
$const[0][0] = "PROPALE_ADDON_PDF";
$const[0][1] = "propale_rouge";
$const[0][1] = "chaine";
$const[0][2] = "propale_rouge";
foreach ($const as $key => $value)
{