Procházet zdrojové kódy

Merge branch 'dev'

master
Guillaume před 4 roky
rodič
revize
446afcfa51
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit