Fix: Alignement SIREN
This commit is contained in:
parent
8f4f2dc8c5
commit
57f6b89ca0
@ -299,14 +299,16 @@ class pdf_edison extends ModelePDFCommandes
|
|||||||
{
|
{
|
||||||
global $langs,$mysoc;
|
global $langs,$mysoc;
|
||||||
$langs->load("orders");
|
$langs->load("orders");
|
||||||
$pdf->SetXY(10,5);
|
|
||||||
|
$pdf->SetXY(10,8);
|
||||||
if (defined("MAIN_INFO_SOCIETE_NOM"))
|
if (defined("MAIN_INFO_SOCIETE_NOM"))
|
||||||
{
|
{
|
||||||
$pdf->SetTextColor(0,0,200);
|
$pdf->SetTextColor(0,0,200);
|
||||||
$pdf->SetFont('Arial','B',14);
|
$pdf->SetFont('Arial','B',14);
|
||||||
$pdf->MultiCell(76, 8, MAIN_INFO_SOCIETE_NOM, 0, 'L');
|
$pdf->MultiCell(76, 4, MAIN_INFO_SOCIETE_NOM, 0, 'L');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$pdf->SetX(10);
|
||||||
$pdf->SetTextColor(70,70,170);
|
$pdf->SetTextColor(70,70,170);
|
||||||
if (defined("FAC_PDF_ADRESSE"))
|
if (defined("FAC_PDF_ADRESSE"))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user