FichePolice
This commit is contained in:
parent
7d095f6f0b
commit
939a4f501f
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
?>
|
||||
<!---->
|
||||
|
||||
<div id="div_police">
|
||||
<fieldset>
|
||||
<legend> <?= _("Informations Police") . " : " . $this->nettoyer($police['numeroPolice']) . " => ID Police : " . $this->nettoyer($police['idPolice']) . " => " . _("Primes non facturées") . " : " . format_N($nb_non_facturees) ?> </legend>
|
||||
|
|
@ -82,14 +82,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center"> <?= _("Taux Commission Provision/Sinistres (%)") ?> </td>
|
||||
<td >
|
||||
<INPUT class="form-control" TYPE="number" id="tauxCommissionGcAssureur" NAME="tauxCommissionGcAssureur" value="<?= $this->nettoyer($police['tauxCommissionGcAssureur']) ?>" readonly>
|
||||
</td>
|
||||
<td width="10%" align="center"><?= _("No Police Garant")?></td>
|
||||
<td width="23%"><INPUT class="form-control" TYPE="text" id="numeroPoliceGarant" NAME="numeroPoliceGarant" value="<?= $this->nettoyer($police['numeroPoliceGarant']) ?>" readonly></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Courtier") ?> </td>
|
||||
|
|
@ -169,14 +161,6 @@
|
|||
<td> <INPUT class="form-control" id="tauxRistourne" NAME="tauxRistourne" TYPE="text" value="<?= $this->nettoyer($police['tauxRistourne']) ?>" readonly ></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center"> <?= _("Taux Référencé (%)") ?> </td>
|
||||
<td><INPUT class="form-control" TYPE="text" id="tauxAvecReferencement" NAME="tauxAvecReferencement" value="<?= $this->nettoyer($police['tauxAvecReferencement']) ?>" readonly></td>
|
||||
|
||||
<td align="center"> <?= _("Taux Non Référencé (%)") ?> </td>
|
||||
<td> <INPUT class="form-control" id="tauxSansReferencement" NAME="tauxSansReferencement" TYPE="text" value="<?= $this->nettoyer($police['tauxSansReferencement']) ?>" readonly ></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td ><?= _("Tarif Actes") ?></td>
|
||||
<td >
|
||||
|
|
@ -213,15 +197,6 @@
|
|||
<td align="center"> <?= _("Délai Carence (J)") ?> </td>
|
||||
<td><INPUT class="form-control text-center" TYPE="text" id="delaiCarencePolice" NAME="delaiCarencePolice" value="<?= $this->nettoyer($police['delaiCarencePolice']) ?>" readonly></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td align="center"> <?= _("Plafond Police") ?> </td>
|
||||
<td colspan="3"><INPUT class="form-control text-center" TYPE="text" id="plafondPolice" NAME="plafondPolice" value="<?= format_N($this->nettoyer($police['plafondPolice'])) ?>" readonly></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user