Fix: Longueur zone texte libre incorrecte.
This commit is contained in:
parent
b2638625c9
commit
5026320fec
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user