From 701511da80988e642e38ff5a346a3193dbb30607 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Mar 2006 13:43:32 +0000 Subject: [PATCH] Fix: mauvais copier coller... ;-)) --- htdocs/includes/modules/facture/pdf_crabe.modules.php | 2 +- htdocs/includes/modules/propale/pdf_propale_azur.modules.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/facture/pdf_crabe.modules.php b/htdocs/includes/modules/facture/pdf_crabe.modules.php index 6b3d605f762..3f5e84d824a 100644 --- a/htdocs/includes/modules/facture/pdf_crabe.modules.php +++ b/htdocs/includes/modules/facture/pdf_crabe.modules.php @@ -888,7 +888,7 @@ class pdf_crabe extends ModelePDFFactures $ligne2=""; if ($conf->global->MAIN_INFO_APE) { - $ligne1.=($ligne1?" - ":"").$langs->transcountry("ProfId3",$this->emetteur->code_pays).": ".MAIN_INFO_APE; + $ligne2.=($ligne2?" - ":"").$langs->transcountry("ProfId3",$this->emetteur->code_pays).": ".MAIN_INFO_APE; } if ($conf->global->MAIN_INFO_RCS) { diff --git a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php index baf9e5cff53..57a138edb9a 100644 --- a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php +++ b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php @@ -806,7 +806,7 @@ class pdf_propale_azur extends ModelePDFPropales $ligne2=""; if ($conf->global->MAIN_INFO_APE) { - $ligne1.=($ligne1?" - ":"").$langs->transcountry("ProfId3",$this->emetteur->code_pays).": ".MAIN_INFO_APE; + $ligne2.=($ligne2?" - ":"").$langs->transcountry("ProfId3",$this->emetteur->code_pays).": ".MAIN_INFO_APE; } if ($conf->global->MAIN_INFO_RCS) {