Преглед на файлове

[Boutique] Commander : correctif bug affichage distributions sur le calendrier quand une distribution est activée sur une période de congés

develop
Guillaume Bourgeois преди 1 седмица
родител
ревизия
3f515a80f6
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. +7
    -0
      producer/controllers/OrderController.php

+ 7
- 0
producer/controllers/OrderController.php Целия файл

@@ -722,6 +722,13 @@ class OrderController extends ProducerBaseController
}
}

// 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
if ($pointSaleCurrent && $producer->option_order_entry_point == Producer::ORDER_ENTRY_POINT_POINT_SALE) {
$distributionsArrayFilterPointSale = [];

Loading…
Отказ
Запис