FIX Avoid line feed when 100%
This commit is contained in:
parent
9a8459e494
commit
15f1153e82
@ -595,7 +595,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
{
|
||||
$progress = pdf_getlineprogress($object, $i, $outputlangs, $hidedetails);
|
||||
$pdf->SetXY($this->posxprogress, $curY);
|
||||
$pdf->MultiCell($this->postotalht - $this->posxprogress - 1, 3, $progress, 0, 'R');
|
||||
$pdf->MultiCell($this->postotalht - $this->posxprogress + 1, 3, $progress, 0, 'R');
|
||||
}
|
||||
|
||||
// Total HT line
|
||||
|
||||
Loading…
Reference in New Issue
Block a user