|
@@ -56,7 +56,7 @@ |
|
|
block discarded – undo |
|
56
|
56
|
|
|
57
|
57
|
foreach ($subProducts as $subproduct) { |
|
58
|
58
|
$product = $this->manager->getRepository(Product::class)->find($subproduct['product']); |
|
59
|
|
- $productGroup = $this->manager->getRepository(ProductGroup::class)->find($subproduct['productGroup']); |
|
|
59
|
+ $productGroup = $this->manager->getRepository(ProductGroup::class)->find($subproduct['productGroup']); |
|
60
|
60
|
$this->addSubproduct($orderProduct, $product, $productGroup, $subproduct['quantity']); |
|
61
|
61
|
} |
|
62
|
62
|
|
Please login to merge, or discard this patch.