|
|
@@ -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 |