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