瀏覽代碼

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

Loading…
取消
儲存