@@ -84,8 +84,9 @@ |
||
| 84 | 84 | $this->printProduct($parentOrderProduct); |
| 85 | 85 | |
| 86 | 86 | $childs = $parentOrderProduct->getOrderProductComponents(); |
| 87 | - if (!empty($childs)) |
|
| 88 | - $this->printChildren($childs); |
|
| 87 | + if (!empty($childs)) { |
|
| 88 | + $this->printChildren($childs); |
|
| 89 | + } |
|
| 89 | 90 | |
| 90 | 91 | $this->printService->addLine('', '', '-'); |
| 91 | 92 | } |