a
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user