Quellcode durchsuchen

Correctif DistributionReportCsvGenerator

feature/souke
Guillaume Bourgeois vor 11 Monaten
Ursprung
Commit
9b1f564840
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      common/logic/Distribution/Distribution/Export/DistributionReportCsvGenerator.php

+ 1
- 1
common/logic/Distribution/Distribution/Export/DistributionReportCsvGenerator.php Datei anzeigen

@@ -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);
}
}
}

Laden…
Abbrechen
Speichern