Explorar el Código

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

dev
Guillaume hace 3 años
padre
commit
dfcbb1b3fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/controllers/DistributionController.php

+ 1
- 1
backend/controllers/DistributionController.php Ver fichero

@@ -601,7 +601,7 @@ class DistributionController extends BackendController
}
}
if ($productsHasQuantity[$product->id] > 0 || $optionCsvExportAllProducts) {
$productName = $product->name ;
$productName = $product->getNameExport() ;

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

Cargando…
Cancelar
Guardar