소스 검색

[backend] Envoi de mails au clients : affichage du prix des produits en TTC

refactoring
부모
커밋
300c823c30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/models/MailForm.php

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

@@ -138,7 +138,7 @@ Produits disponibles :
$productDescription .= ' / '.$product->description ;
}
if($product->price) {
$productDescription .= ' / '.Price::format($product->price) ;
$productDescription .= ' / '.Price::format($product->getPriceWithTax()) ;
}
$messageAutoText .= '- '.$productDescription.'

Loading…
취소
저장