瀏覽代碼

Correctif report-bourlingue.php

feature/souke
Guillaume Bourgeois 1 年之前
父節點
當前提交
a8a9c55c7f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      backend/views/distribution/report-bourlingue.php

+ 1
- 1
backend/views/distribution/report-bourlingue.php 查看文件

@@ -237,7 +237,7 @@ foreach ($pointsSaleArray as $pointSale)
foreach( Product::$unitsArray as $unit => $dataUnit) {
$quantity = $orderManager->getProductQuantity($product, $pointSale->orders, false, $unit);
if ($quantity) {
$theUnit = ( Product::strUnit($unit, 'wording_short', true) == 'p.') ? '' : ' '. $productManager->strUnit($unit, 'wording_short', true) ;
$theUnit = ( $productManager->strUnit($unit, 'wording_short', true) == 'p.') ? '' : ' '. $productManager->strUnit($unit, 'wording_short', true) ;
$html .= $product->name . ' (' .$quantity .$theUnit.')<br />';
}
}

Loading…
取消
儲存