merging master
This commit is contained in:
commit
856e6d6665
@ -1180,8 +1180,8 @@ class PDFCore extends PDF_PageGroupCore
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->Cell($w[++$i], $lineSize, (int)($product['customizationQuantityTotal']), 'B', 0, 'C');
|
$this->Cell($w[++$i], $lineSize, (int)($product['customizationQuantityTotal']), 'B', 0, 'C');
|
||||||
if (!$delivery) {
|
if (!$delivery && isset($w[++$i])) {
|
||||||
$this->Cell($w[++$i], $lineSize, (self::$orderSlip ? '-' : '').self::convertSign(Tools::displayPrice($unit_price * (int)($product['customizationQuantityTotal']), self::$currency, true)), 'B', 0, 'R');
|
$this->Cell($w[$i], $lineSize, (self::$orderSlip ? '-' : '').self::convertSign(Tools::displayPrice($unit_price * (int)($product['customizationQuantityTotal']), self::$currency, true)), 'B', 0, 'R');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->Ln();
|
$this->Ln();
|
||||||
|
Loading…
Reference in New Issue
Block a user