diff --git a/application/views/scripts/dossier/index.phtml b/application/views/scripts/dossier/index.phtml index 424dae73..70118487 100755 --- a/application/views/scripts/dossier/index.phtml +++ b/application/views/scripts/dossier/index.phtml @@ -861,6 +861,10 @@ } $("#ANOMALIE").show(); }else if(type == 1){ + if($("#selectNature").val() == 19 && $("#AVIS_DOSSIER_COMMISSION").val() == 2) + { + $("#FACTDANGE").show(); + } $("#ANOMALIE").show(); } @@ -1040,6 +1044,14 @@ $("#ECHEANCIERTRAV").hide(); } } + if(type == 1 && $("#selectNature").val() == 19) + { + if($(this).val() == 2){ + $("#FACTDANGE").show(); + }else{ + $("#FACTDANGE").hide(); + } + } }); $("#echeanciertrav_check").live('click',function(){