2
0
forked from Wavyzz/dolibarr

Amlioration du modele crabe aux conformits rglementaires (france) ajout code APE (NAF)

This commit is contained in:
simontosser
2005-08-22 15:41:55 +00:00
parent 62b2543c0c
commit 0fa029bb00
2 changed files with 12 additions and 0 deletions

View File

@@ -786,6 +786,13 @@ class pdf_crabe extends ModelePDFFactures
{
$ligne.=($ligne?" - ":"").$langs->transcountry("ProfId2",$this->code_pays).": ".$conf->global->MAIN_INFO_SIRET;
}
if ($conf->global->MAIN_INFO_APE)
{
$ligne.=($ligne?" - ":"").$langs->transcountry("ProfId3",$this->code_pays).": ".MAIN_INFO_APE;
}
if ($ligne)
{
$pdf->SetXY(8,-$footy);

View File

@@ -713,6 +713,11 @@ class pdf_propale_azur extends ModelePDFPropales
{
$ligne.=($ligne?" - ":"").$langs->transcountry("ProfId2",$this->code_pays).": ".$conf->global->MAIN_INFO_SIRET;
}
if ($conf->global->MAIN_INFO_APE)
{
$ligne.=($ligne?" - ":"").$langs->transcountry("ProfId3",$this->code_pays).": ".MAIN_INFO_APE;
}
if ($ligne)
{
$pdf->SetXY(8,-$footy);