Explorar el Código

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

refactoring
Guillaume hace 4 años
padre
commit
77054355fa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      backend/models/MailForm.php

+ 1
- 0
backend/models/MailForm.php Ver fichero

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

Cargando…
Cancelar
Guardar