瀏覽代碼

[backend] Récap : produits sur 2 colonnes

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

+ 4
- 0
backend/views/distribution/report.php 查看文件

@@ -99,8 +99,12 @@ foreach ($pointsSaleArray as $pointSale) {
}
}
}

$html .= '<td>'.substr($strProducts, 0, strlen($strProducts) - 6).'</td>';
if($isBig) {
$html .= '<td></td>' ;
}
$html .= '<td>'.$order->comment.'</td>';
if($pointSale->credit) {

Loading…
取消
儲存