dg
This commit is contained in:
parent
f2711190d7
commit
bc41e18dfb
|
|
@ -60736,13 +60736,8 @@ function filtrecollegepolice()
|
|||
}
|
||||
|
||||
function filtreproduitgarant(){
|
||||
//
|
||||
|
||||
var codeGcAssureur = $('#codeGcAssureur').val();
|
||||
|
||||
var codeGcAssureur = $('#codeGcAssureur').val();
|
||||
|
||||
|
||||
donnees = 'codeGcAssureur='+codeGcAssureur;
|
||||
|
||||
if(codeGcAssureur !=""){
|
||||
|
|
@ -60763,8 +60758,6 @@ function filtreproduitgarant(){
|
|||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" id="codeProduit" NAME="codeProduit" required AUTOCOMPLETE="OFF" autofocus>
|
||||
<?php liste_options($produits,"",false); ?>
|
||||
</SELECT>
|
||||
<select class="form-select selectpicker w-100" data-live-search="true" id="codeProduit" NAME="codeProduit" required autofocus>
|
||||
<?php liste_options($produits,"",false); ?>
|
||||
</select>
|
||||
Loading…
Reference in New Issue
Block a user