Переглянути джерело

Merge branch 'dev'

prodstable
Guillaume 4 роки тому
джерело
коміт
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

Завантаження…
Відмінити
Зберегти