Parcourir la source

[backend] Récap : produits sur 2 colonnes

dev
Guillaume il y a 4 ans
Parent
révision
1ff6c5598b
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php Voir le fichier

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

Chargement…
Annuler
Enregistrer