diff --git a/app/views/product_orders_mails/fournisseur.html.haml b/app/views/product_orders_mails/fournisseur.html.haml index 679aefa..99d6762 100644 --- a/app/views/product_orders_mails/fournisseur.html.haml +++ b/app/views/product_orders_mails/fournisseur.html.haml @@ -40,7 +40,7 @@ %th Référence %th Nom %th Nbr - -if @fournisseur.id != 4 and @fournisseur.id != 5 + -if true %th Prix U. HT @@ -59,7 +59,7 @@ -sub_products.each do |sub_product| -i += sub_product.qte_tot =i - -if @fournisseur.id != 4 and @fournisseur.id != 5 + -if true %td =number_to_currency sub_products[0].price_ht