From: Olivier Larchevêque Date: Fri, 13 May 2011 18:29:27 +0000 (-0400) Subject: fix #1455 classement salaire X-Git-Tag: DAE+RH~311^2~19 X-Git-Url: https://git.auf.org/?p=auf_rh_dae.git;a=commitdiff_plain;h=9490ca0083979a310043a03d48d50be7836b06cf;hp=8cbd46041b49c0a5055b40e72554afac9ac4877b fix #1455 classement salaire --- 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