Procházet zdrojové kódy

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

refactoring
Guillaume Bourgeois před 4 roky
rodič
revize
300c823c30
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      backend/models/MailForm.php

+ 1
- 1
backend/models/MailForm.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit