This commit is contained in:
2026-01-03 20:30:51 +00:00
parent 18d2fe621f
commit 80d7199d22
2 changed files with 23 additions and 13 deletions

View File

@@ -94,19 +94,6 @@
<td> <INPUT style='text-align:center; background-color:green;color:white; font-size:10pt;' class="form-control" TYPE="text" value="<?= format_N($limite_adherent['soldeAdherent']) ?>" readonly ></td>
</tr>
<?php endif; ?>
<?php if($codeTypeContrat=="F"): ?>
<tr>
<td width="10%" > <?= _("Commercial") ?> </td>
<td> <input class = "form-control btn btn-info" type="button" value="<?= $libelleApporteur ?>" onClick="javascript:agent_commercial(<?= $idApporteur ?>);" > </td>
<td width="10%" align="center"> <?= _("Echéancier") ?> </td>
<td> <INPUT class="form-control" TYPE="text" value="<?= $typeecheancier ?>" readonly > </td>
<td width="10%" align="center"> <?= _("Tx Intérêt") ?> </td>
<td> <INPUT class="form-control" TYPE="text" value="<?= $tauxInteretEcheancier ?>" readonly > </td>
</tr>
<?php endif; ?>
</tbody>
</table>
</fieldset>