Merge branch 'hytat/fixe/fixing-pdf-retour-2' into staging
This commit is contained in:
commit
c833942414
@ -99,7 +99,7 @@ class InvoiceGroupPdfHandler extends FPDF {
|
||||
|
||||
function Footer()
|
||||
{
|
||||
$this->SetY(-38);
|
||||
$this->SetY(-34);
|
||||
$this->SetFont('ComicSans', '', size: 7);
|
||||
$this->MultiCell(0,4,utf8_decode(html_entity_decode('Tout retard de paiement entraînera de plein droit une pénalité de retard de 3 fois le taux légal ( Loi 2008-776 du 4 août 2008) et une indemnité forfaitaire de 40 EUR pour frais de recouvrement sera appliquée.')));
|
||||
$this->Ln(1);
|
||||
|
||||
@ -89,7 +89,7 @@ class InvoicePdfHandler extends FPDF
|
||||
|
||||
function Footer()
|
||||
{
|
||||
$this->SetY(-38);
|
||||
$this->SetY(-34);
|
||||
$this->SetFont('ComicSans', '', 7);
|
||||
$this->MultiCell(0, 4, utf8_decode(html_entity_decode('Tout retard de paiement entraînera de plein droit une pénalité de retard de 3 fois le taux légal ( Loi 2008-776 du 4 août 2008) et une indemnité forfaitaire de 40 EUR pour frais de recouvrement sera appliquée.')));
|
||||
$this->Ln(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user