Bläddra i källkod

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

refactoring
Guillaume Bourgeois 4 år sedan
förälder
incheckning
300c823c30
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      backend/models/MailForm.php

+ 1
- 1
backend/models/MailForm.php Visa fil

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

Laddar…
Avbryt
Spara