Fix: mauvais copier coller... ;-))

This commit is contained in:
Regis Houssin 2006-03-29 13:43:32 +00:00
parent abe992e2f2
commit 701511da80
2 changed files with 2 additions and 2 deletions

View File

@ -888,7 +888,7 @@ class pdf_crabe extends ModelePDFFactures
$ligne2=""; $ligne2="";
if ($conf->global->MAIN_INFO_APE) 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) if ($conf->global->MAIN_INFO_RCS)
{ {

View File

@ -806,7 +806,7 @@ class pdf_propale_azur extends ModelePDFPropales
$ligne2=""; $ligne2="";
if ($conf->global->MAIN_INFO_APE) 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) if ($conf->global->MAIN_INFO_RCS)
{ {