Ver código fonte

[backend] Récap : produits sur 2 colonnes

dev
Guillaume 4 anos atrás
pai
commit
1ff6c5598b
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      backend/views/distribution/report.php

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

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

Carregando…
Cancelar
Salvar