Explorar el Código

Correctif DistributionReportCsvGenerator

feature/souke
Guillaume Bourgeois hace 11 meses
padre
commit
9b1f564840
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/logic/Distribution/Distribution/Export/DistributionReportCsvGenerator.php

+ 1
- 1
common/logic/Distribution/Distribution/Export/DistributionReportCsvGenerator.php Ver fichero

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

Cargando…
Cancelar
Guardar