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

@@ -207,7 +207,7 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
// \TODO Field not yet saved in database
//$pdf->SetXY (156, $curY );
//$pdf->MultiCell(18, 3, price($object->lignes[$i]->price), 0, 'R', 0);
//$pdf->MultiCell(20, 3, price($object->lignes[$i]->price), 0, 'R', 0);
// \TODO Field not yet saved in database
//$pdf->SetXY (174, $curY );

View File

@@ -259,7 +259,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
// Prix unitaire HT avant remise
$pdf->SetXY ($this->posxup, $curY);
$pdf->MultiCell(18, 4, price($object->lignes[$i]->subprice), 0, 'R', 0);
$pdf->MultiCell(20, 4, price($object->lignes[$i]->subprice), 0, 'R', 0);
*/
// Quantity
$pdf->SetXY ($this->posxqty, $curY);