Browse Source

Merge branch 'dev'

master
Guillaume 4 years ago
parent
commit
446afcfa51
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php View File

} }
} }
} }

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

Loading…
Cancel
Save