Ver código fonte

Correctif

refactoring
Guillaume Bourgeois 1 ano atrás
pai
commit
e250ab10bd
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php Ver arquivo

@@ -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[] = [

Carregando…
Cancelar
Salvar