Explorar el Código

Merge branch 'dev'

master
Guillaume hace 4 años
padre
commit
446afcfa51
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php Ver fichero

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

Cargando…
Cancelar
Guardar