df
This commit is contained in:
parent
aeb5d4070b
commit
6df16fe595
|
|
@ -24,9 +24,8 @@
|
|||
<div class="col-md-4">
|
||||
<div class="input-group input-group-sm shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0"><i class="fas fa-globe-africa text-muted"></i></span>
|
||||
<select class="form-control selectpicker border-2 border-start-0" id="codePays" name="codePays"
|
||||
onchange="afficheDonneesTableChoisie('Ajaxtblisterjoursferiers');">
|
||||
<?php liste_options($pays, "",false); ?>
|
||||
<select class="form-select border-2 border-start-0" id="codePays" name="codePays" disabled>
|
||||
<?php liste_options($pays, $_SESSION['codePaysSociete'],true); ?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user