Browse Source

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

refactoring
Guillaume 4 years ago
parent
commit
77054355fa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/models/MailForm.php

+ 1
- 0
backend/models/MailForm.php View File

} }
if($product->price) { if($product->price) {
$productDescription .= ' / '.Price::format($product->getPriceWithTax()) ; $productDescription .= ' / '.Price::format($product->getPriceWithTax()) ;
$productDescription .= ' ('.Product::strUnit($product->unit, 'wording_unit').')' ;
} }
$messageAutoText .= '- '.$productDescription.' $messageAutoText .= '- '.$productDescription.'

Loading…
Cancel
Save