prestation/Vue/Ajaxaffectionspossibles/index.php
2025-12-05 10:42:46 +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>