ソースを参照

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

読み込み中…
キャンセル
保存