Merge branch 'staging' into production
This commit is contained in:
commit
416f4b030a
@ -214,8 +214,7 @@ class InvoiceGroupPdfHandler extends FPDF
|
||||
$modulo = (int) round($gapBetweenAddressLines / $this->interLigneHeader);
|
||||
$clientInfoYAxis += $modulo * $this->interLigneHeader;
|
||||
}
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
$clientInfoYAxis += $this->interLigneHeader;
|
||||
}
|
||||
|
||||
@ -244,9 +243,10 @@ class InvoiceGroupPdfHandler extends FPDF
|
||||
$clientInfoYAxis += $this->interLigneHeader;
|
||||
}
|
||||
}
|
||||
|
||||
$this->SetXY($clientInfoXAxis, $clientInfoYAxis);
|
||||
$this->Cell(0, $this->interLigneHeader, trim(FileExportHelpers::FormatTextForExport($this->factureData['client_adress_city'])));
|
||||
if ($this->factureData['siret']) {
|
||||
$clientInfoYAxis += $this->interLigneHeader;
|
||||
$this->SetXY($clientInfoXAxis, $clientInfoYAxis);
|
||||
$this->Cell(0, $this->interLigneHeader, 'Siret: ' . $this->factureData['siret']);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user