Skip to content
Snippets Groups Projects
Commit 5026320f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Longueur zone texte libre incorrecte.

parent b2638625
Branches
Tags
No related merge requests found
...@@ -795,7 +795,7 @@ function pdf_pagefoot(&$pdf,$outputlangs,$paramfreetext,$fromcompany,$marge_bass ...@@ -795,7 +795,7 @@ function pdf_pagefoot(&$pdf,$outputlangs,$paramfreetext,$fromcompany,$marge_bass
if ($line) // Free text if ($line) // Free text
{ {
$pdf->SetXY($dims['lm'],-$posy); $pdf->SetXY($dims['lm'],-$posy);
$pdf->MultiCell($width, 3, $line, 0, $align, 0); $pdf->MultiCell(0, 3, $line, 0, $align, 0);
$posy-=$freetextheight; $posy-=$freetextheight;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment