Guillaume 4 лет назад
Родитель
Сommit
3edff5b054
1 измененных файлов: 1 добавлений и 2 удалений
  1. +1
    -2
      backend/controllers/DistributionController.php

+ 1
- 2
backend/controllers/DistributionController.php Просмотреть файл

@@ -686,7 +686,6 @@ class DistributionController extends BackendController
foreach ($pointsSaleArray as $pointSale) {
if (count($pointSale->orders)) {
// listing commandes
$datas[] = ['> ' . $pointSale->name];

/*foreach ($pointSale->orders as $order) {
$orderLine = [$order->getStrUser()];
@@ -709,7 +708,7 @@ class DistributionController extends BackendController

// total point de vente
$totalsPointSaleArray = $this->_totalReportCSV(
'Total point de vente',
'> ' . $pointSale->name,
$pointSale->orders,
$productsArray,
$productsIndexArray

Загрузка…
Отмена
Сохранить