From d9b76dfae9fe2c7cdaaacdd38fd864c1a04379e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A9?= Date: Thu, 23 Sep 2021 17:48:13 +0200 Subject: [PATCH] remove fake marge --- app/views/admin/price_documents/analyse_reponses.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/price_documents/analyse_reponses.html.haml b/app/views/admin/price_documents/analyse_reponses.html.haml index 5801960..8627aca 100644 --- a/app/views/admin/price_documents/analyse_reponses.html.haml +++ b/app/views/admin/price_documents/analyse_reponses.html.haml @@ -2,7 +2,7 @@ %h1 Achats %span - Analyse des réponces à la consiltation n° + Analyse des réponces à la demande de prix n° = link_to @price_document.d_number, admin_price_document_path(@price_document) \- = @price_document.list_designaton @@ -175,7 +175,7 @@ - cell << "PA: #{line.ct_u_price_ht} €" - # mp = calcul de la marge prévisionelle TODO - line.id.odd? ? mp = 0.17 : mp = 0.11 - - if mp.present? + - if false -if mp > 0.15 - cell << "#{ic(:check)} MP: #{mp * 100} %" -else