瀏覽代碼

Merge branch 'dev'

master
Guillaume 4 年之前
父節點
當前提交
446afcfa51
共有 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…
取消
儲存