prestation/Vue/Ajaxaffectionspossibles/index.php
2025-12-01 18:54:33 +00:00

6 lines
247 B
PHP

<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>