prestation/Vue/Ajaxmoyenpaiement/index.php
2025-12-05 10:42:46 +00:00

8 lines
259 B
PHP
Executable File

<div id="listemoyenpaiement">
<SELECT class="form-control" id="codeMoyenPaiement" NAME="codeMoyenPaiement" required AUTOCOMPLETE="OFF" onChange="ajax_no_cpt_paiement();">
<?php liste_options($moyenpaiement,""); ?>
</SELECT>
</div>