浏览代码

[backend] Récap : produits sur 2 colonnes

master
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) {

正在加载...
取消
保存