From 9490ca0083979a310043a03d48d50be7836b06cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Fri, 13 May 2011 14:29:27 -0400 Subject: [PATCH] fix #1455 classement salaire --- project/dae/templates/dae/poste_resume.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/dae/templates/dae/poste_resume.html b/project/dae/templates/dae/poste_resume.html index 6de655f..976b810 100644 --- a/project/dae/templates/dae/poste_resume.html +++ b/project/dae/templates/dae/poste_resume.html @@ -86,7 +86,7 @@ {{ poste.salaire_min|floatformat:0 }} {{ poste.devise_min.code }} {{ poste.indemn_min|floatformat:0 }} {{ poste.devise_min.code }} {{ poste.autre_min|floatformat:0 }} {{ poste.devise_min.code }} - {{ poste.show_couts_minimum|floatformat:0 }} {{ poste.devise_min.code }} + {{ poste.get_couts_minimum|floatformat:0 }} {{ poste.devise_min.code }} {{ poste.show_taux_minimum }} {{ poste.show_couts_minimum_euros|floatformat:0 }} EUR @@ -96,7 +96,7 @@ {{ poste.salaire_max|floatformat:0 }} {{ poste.devise_max.code }} {{ poste.indemn_max|floatformat:0 }} {{ poste.devise_max.code }} {{ poste.autre_max|floatformat:0 }} {{ poste.devise_max.code }} - {{ poste.show_couts_maximum|floatformat:0 }} {{ poste.devise_max.code }} + {{ poste.get_couts_maximum|floatformat:0 }} {{ poste.devise_max.code }} {{ poste.show_taux_maximum }} {{ poste.show_couts_maximum_euros|floatformat:0 }} EUR -- 1.7.10.4