forked from Wavyzz/dolibarr
Amlioration du modele crabe aux conformits rglementaires (france) ajout code APE (NAF)
This commit is contained in:
@@ -786,6 +786,13 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
{
|
{
|
||||||
$ligne.=($ligne?" - ":"").$langs->transcountry("ProfId2",$this->code_pays).": ".$conf->global->MAIN_INFO_SIRET;
|
$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)
|
if ($ligne)
|
||||||
{
|
{
|
||||||
$pdf->SetXY(8,-$footy);
|
$pdf->SetXY(8,-$footy);
|
||||||
|
|||||||
@@ -713,6 +713,11 @@ class pdf_propale_azur extends ModelePDFPropales
|
|||||||
{
|
{
|
||||||
$ligne.=($ligne?" - ":"").$langs->transcountry("ProfId2",$this->code_pays).": ".$conf->global->MAIN_INFO_SIRET;
|
$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)
|
if ($ligne)
|
||||||
{
|
{
|
||||||
$pdf->SetXY(8,-$footy);
|
$pdf->SetXY(8,-$footy);
|
||||||
|
|||||||
Reference in New Issue
Block a user