소스 검색

[backend] Communication : ajout unités dans la liste des produits

refactoring
Guillaume 4 년 전
부모
커밋
77054355fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      backend/models/MailForm.php

+ 1
- 0
backend/models/MailForm.php 파일 보기

@@ -139,6 +139,7 @@ Produits disponibles :
}
if($product->price) {
$productDescription .= ' / '.Price::format($product->getPriceWithTax()) ;
$productDescription .= ' ('.Product::strUnit($product->unit, 'wording_unit').')' ;
}
$messageAutoText .= '- '.$productDescription.'

Loading…
취소
저장