2
0
forked from Wavyzz/dolibarr

Prepare TCPDF compatibility

This commit is contained in:
Laurent Destailleur
2010-12-01 23:33:09 +00:00
parent 824a0adb11
commit 8f1f720e82
8 changed files with 10 additions and 10 deletions

View File

@@ -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);