forked from Wavyzz/dolibarr
Prepare TCPDF compatibility
This commit is contained in:
@@ -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 );
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user