ソースを参照

Correctif DistributionReportCsvGenerator

feature/souke
Guillaume Bourgeois 11ヶ月前
コミット
9b1f564840
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      common/logic/Distribution/Distribution/Export/DistributionReportCsvGenerator.php

+ 1
- 1
common/logic/Distribution/Distribution/Export/DistributionReportCsvGenerator.php ファイルの表示

@@ -185,7 +185,7 @@ class DistributionReportCsvGenerator extends AbstractGenerator implements Distri
$totalsPointSaleArray[$index] .= $quantity;

if ($product->unit != $unit) {
$totalsPointSaleArray[$index] .= '' . $this->productSolver->strUnit($unit, 'wording_short', true);
$totalsPointSaleArray[$index] .= '' . $this->unitSolver->strUnit($unit, 'wording_short', true);
}
}
}

読み込み中…
キャンセル
保存