Pārlūkot izejas kodu

[backend] Récap : produits sur 2 colonnes

dev
Guillaume pirms 4 gadiem
vecāks
revīzija
1ff6c5598b
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt