|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Reconstitution de l'array sinon cela crée un bug : les distributions ne sont plus affichées sur le front |
|
|
|
|
|
$newDistributionsArray = []; |
|
|
|
|
|
foreach($distributionsArray as $distribution) { |
|
|
|
|
|
$newDistributionsArray[] = $distribution; |
|
|
|
|
|
} |
|
|
|
|
|
$distributionsArray = $newDistributionsArray; |
|
|
|
|
|
|
|
|
// Filtre par point de vente |
|
|
// Filtre par point de vente |
|
|
if ($pointSaleCurrent && $producer->option_order_entry_point == Producer::ORDER_ENTRY_POINT_POINT_SALE) { |
|
|
if ($pointSaleCurrent && $producer->option_order_entry_point == Producer::ORDER_ENTRY_POINT_POINT_SALE) { |
|
|
$distributionsArrayFilterPointSale = []; |
|
|
$distributionsArrayFilterPointSale = []; |