소스 검색

[backend] Export CSV : correctif

refactoring
Guillaume 3 년 전
부모
커밋
f2d58bb340
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/controllers/DistributionController.php

+ 1
- 1
backend/controllers/DistributionController.php 파일 보기

@@ -556,7 +556,7 @@ class DistributionController extends BackendController
$productUnit = 'piece' ;
}
else {
$productUnit .= $product->unit ;
$productUnit = $product->unit ;
}

$productName .= ' (' . Product::strUnit($productUnit, 'wording_short', true) . ')';

Loading…
취소
저장