prestation/Vue_sav/Ajaxmoyenpaiement/index.php
2026-05-07 03:08:53 +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>