From bc95b6a4e4cf5cc536836e89b0c86ce94cefdb70 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 10 Apr 2018 12:56:13 +0200 Subject: [PATCH] suite --- app/views/product_orders_mails/fournisseur.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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