Fix: Now have one function to show and one to return.

This commit is contained in:
Laurent Destailleur 2010-10-27 17:33:25 +00:00
parent 83cb0b95cd
commit e1bebd3c3c

View File

@ -226,8 +226,8 @@ class pdf_oursin extends ModelePDFFactures
if ($this->franchise!=1)
{
$vat_rate = pdf_getlinevatrate($object, $i, $outputlangs);
$pdf->SetXY ($this->marges['g']+119, $curY);
$pdf->MultiCell(10, 3, $vat_rate, 0, 'R');
$pdf->SetXY ($this->marges['g']+118, $curY);
$pdf->MultiCell(12, 3, $vat_rate, 0, 'R');
}
}