Просмотр исходного кода

Correctif DistributionReportCsvGenerator

feature/souke
Guillaume Bourgeois 11 месяцев назад
Родитель
Сommit
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);
}
}
}

Загрузка…
Отмена
Сохранить