ソースを参照

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

読み込み中…
キャンセル
保存