Explorar el Código

[backend] Récap : produits sur 2 colonnes

dev
Guillaume hace 4 años
padre
commit
1ff6c5598b
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