Bläddra i källkod

[backend] Récap : produits sur 2 colonnes

dev
Guillaume 4 år sedan
förälder
incheckning
1ff6c5598b
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php Visa fil

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

Laddar…
Avbryt
Spara