瀏覽代碼

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

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

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

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

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

Loading…
取消
儲存