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

22 lines
923 B
PHP

<legend> <?= _("Modification facturation") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="6%" > <?= _("Assureur") ?> </td>
<td width="25%" > <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="souscripteur" NAME="souscripteur" value="<?=$this->nettoyer($reglement['gcassureur'])?>" readonly> </td>
<td width="10%" align='center'> Observations </td>
<td><INPUT style='font-size:10pt;' id="observations" name="observations" class="form-control" TYPE="text" value="<?=$this->nettoyer($reglement['observations'])?>" ></td>
<td> </td>
<td width="20%" > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:modifier_facturation_gc();"> <?= _("Enregistrer") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="div_test">
</div>