Fixing style errors.
This commit is contained in:
parent
4ae29c53aa
commit
3598e0a246
@ -652,9 +652,9 @@ class pdf_espadon extends ModelePdfExpedition
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->getColumnStatus('unit_order')) {
|
if ($this->getColumnStatus('unit_order')) {
|
||||||
$this->printStdColumnContent($pdf, $curY, 'unit_order', measuringUnitString($object->lines[$i]->fk_unit));
|
$this->printStdColumnContent($pdf, $curY, 'unit_order', measuringUnitString($object->lines[$i]->fk_unit));
|
||||||
$nexY = max($pdf->GetY(), $nexY);
|
$nexY = max($pdf->GetY(), $nexY);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->getColumnStatus('qty_shipped')) {
|
if ($this->getColumnStatus('qty_shipped')) {
|
||||||
$this->printStdColumnContent($pdf, $curY, 'qty_shipped', $object->lines[$i]->qty_shipped);
|
$this->printStdColumnContent($pdf, $curY, 'qty_shipped', $object->lines[$i]->qty_shipped);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user