Browse Source

Correctif

refactoring
Guillaume Bourgeois 1 year ago
parent
commit
e250ab10bd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php View File

@@ -1438,6 +1438,7 @@ class DistributionController extends BackendController

if ($orders && count($orders)) {
foreach ($orders as $order) {
$orderManager->initOrder($order);
$lines = [];
foreach ($order->productOrder as $productOrder) {
$lines[] = [

Loading…
Cancel
Save