From a30962a493bf785c1781efd78e7fc5ae5f014b4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Wed, 14 Sep 2011 15:02:30 -0400 Subject: [PATCH] fix JS salaire --- project/media/js/dae-embauche.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/media/js/dae-embauche.js b/project/media/js/dae-embauche.js index 404289f..dc890ac 100644 --- a/project/media/js/dae-embauche.js +++ b/project/media/js/dae-embauche.js @@ -19,7 +19,7 @@ function activateDossierDropDowns() { function loadSalaire() { var implantation = $('#implantation').val(); - var devise = $('#implantation').val(); + var devise = $('#id_devise').val(); var classement = $('#id_classement').val(); if (implantation && devise && classement) { $.getJSON('/dae/salaire/' + implantation + '/' + devise + '/' + classement, -- 1.7.10.4