Fix: Now have one function to show and one to return.
This commit is contained in:
parent
83cb0b95cd
commit
e1bebd3c3c
@ -226,8 +226,8 @@ class pdf_oursin extends ModelePDFFactures
|
|||||||
if ($this->franchise!=1)
|
if ($this->franchise!=1)
|
||||||
{
|
{
|
||||||
$vat_rate = pdf_getlinevatrate($object, $i, $outputlangs);
|
$vat_rate = pdf_getlinevatrate($object, $i, $outputlangs);
|
||||||
$pdf->SetXY ($this->marges['g']+119, $curY);
|
$pdf->SetXY ($this->marges['g']+118, $curY);
|
||||||
$pdf->MultiCell(10, 3, $vat_rate, 0, 'R');
|
$pdf->MultiCell(12, 3, $vat_rate, 0, 'R');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user