Browse Source

[backend] Ajout référence produit + affichage dans l'export PDF

dev
Guillaume 3 years ago
parent
commit
dfcbb1b3fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/DistributionController.php

+ 1
- 1
backend/controllers/DistributionController.php View File

} }
} }
if ($productsHasQuantity[$product->id] > 0 || $optionCsvExportAllProducts) { if ($productsHasQuantity[$product->id] > 0 || $optionCsvExportAllProducts) {
$productName = $product->name ;
$productName = $product->getNameExport() ;


if($optionCsvExportByPiece) { if($optionCsvExportByPiece) {
$productUnit = 'piece' ; $productUnit = 'piece' ;

Loading…
Cancel
Save