forked from Wavyzz/dolibarr
Prepare TCPDF compatibility
This commit is contained in:
@@ -219,7 +219,7 @@ class pdf_edison extends ModelePDFCommandes
|
||||
|
||||
$up_excl_tax = pdf_getlineupexcltax($object, $i, $outputlangs);
|
||||
$pdf->SetXY (156, $curY);
|
||||
$pdf->MultiCell(18, 3, $up_excl_tax, 0, 'R', 0);
|
||||
$pdf->MultiCell(20, 3, $up_excl_tax, 0, 'R', 0);
|
||||
|
||||
$total_excl_tax = pdf_getlinetotalexcltax($object, $i, $outputlangs);
|
||||
$pdf->SetXY (174, $curY);
|
||||
|
||||
Reference in New Issue
Block a user