This commit is contained in:
KANE LAZENI 2026-03-05 23:02:13 +00:00
parent 70df84c111
commit f7c1096e92

View File

@ -191,7 +191,8 @@
<td> <?= _("Intititulé Cpte") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="intituleCompteBancaire" NAME="intituleCompteBancaire" value="<?=$this->nettoyer($banque['intituleCompteBancaire'])?>" ></td>
<td colspan="2">
<td> </td>
<td>
<input class = "form-control btn btn-primary" type="button" value="<?= _("Enregister Compte bancaire") ?>" onClick="javascript:enregistrer_compte_bancaire_assure();" style='font-size:10pt;' >
</td>