8 lines
239 B
PHP
Executable File
8 lines
239 B
PHP
Executable File
<div id="listemoyenpaiement">
|
|
<SELECT class="form-control" id="codeMoyenPaiement" NAME="codeMoyenPaiement" required onChange="ajax_no_cpt_paiement();">
|
|
<?php liste_options($moyenpaiement,""); ?>
|
|
</SELECT>
|
|
</div>
|
|
|
|
|