prestation/Vue_sav/Ajaxaffectionspossibles/index.php
2026-05-07 03:08:53 +00:00

6 lines
247 B
PHP
Executable File

<div id="listeaffections">
<SELECT class="form-control" id="codeAffectionPop" NAME="codeAffectionPop" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
<?php liste_options($affections, $codeAffection); ?>
</SELECT>
</div>