Bläddra i källkod

[backend] Terre de pains : adaptation export pour Google Drive

refactoring
Guillaume 4 år sedan
förälder
incheckning
cea96b39f3
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -2
      backend/controllers/DistributionController.php

+ 1
- 2
backend/controllers/DistributionController.php Visa fil

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

Laddar…
Avbryt
Spara