Bläddra i källkod

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

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

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

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

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

Laddar…
Avbryt
Spara