瀏覽代碼

[backend] Export CSV : ajout d'une ligne total en nombre de pièces

refactoring
Guillaume 3 年之前
父節點
當前提交
4b6b5ccb43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/controllers/DistributionController.php

+ 1
- 1
backend/controllers/DistributionController.php 查看文件

@@ -589,7 +589,7 @@ class DistributionController extends BackendController

$totalsGlobalPiecesArray = $this->_totalReportPiecesCSV(
' Total (pièces)',
$ordersArray,
$pointSale->orders,
$productsArray,
$productsIndexArray
);

Loading…
取消
儲存