@@ -51,7 +51,7 @@ |
||
51 | 51 | ->groupBy('p.id, p.product, p.description, p.sku, pe.id, pe.name, pe.alias, pu.productUnit') |
52 | 52 | ->having('needed > 0') |
53 | 53 | ->addOrderBy('p.product', 'ASC') |
54 | - ->setParameter('excludedTypes', ['custom', 'component']) |
|
54 | + ->setParameter('excludedTypes', [ 'custom', 'component' ]) |
|
55 | 55 | ->setParameter( |
56 | 56 | 'companies', |
57 | 57 | $this->peopleService->getMyCompanies() |