Kaynağa Gözat

Merge branch 'dev'

master
Guillaume 4 yıl önce
ebeveyn
işleme
446afcfa51
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      backend/views/distribution/report.php

+ 4
- 0
backend/views/distribution/report.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet