fg
This commit is contained in:
parent
076c3a0f66
commit
6e39219a80
|
|
@ -128,13 +128,13 @@
|
|||
<input class="form-control border-2" type="number" id="gcTauxRedressement" name="gcTauxRedressement" value="<?= $this->nettoyer($gc['gcTauxRedressement']) ?>" min="0" max="100">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Comm. Primes (%)") ?></label>
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Commission sur Primes (%)") ?></label>
|
||||
<input class="form-control border-2 fw-bold text-primary" type="number" id="gcTauxCommissionGerant" name="gcTauxCommissionGerant"
|
||||
value="<?= ($codeSourceFondGarantHonoraire == "PRI") ? $this->nettoyer($gc['gcTauxCommissionGerant']) : '0' ?>"
|
||||
<?= ($codeSourceFondGarantHonoraire != "PRI") ? 'disabled' : '' ?>>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Comm. Prov./Sinistres (%)") ?></label>
|
||||
<label class="form-label small text-muted fw-bold"><?= _("Commission Provision/Sinistres (%)") ?></label>
|
||||
<input class="form-control border-2 fw-bold text-primary" type="number" id="gcTauxFraisReel" name="gcTauxFraisReel"
|
||||
value="<?= ($codeSourceFondGarantHonoraire == "BUD" || $codeSourceFondGarantHonoraire == "SIN") ? $this->nettoyer($gc['gcTauxFraisReel']) : '0' ?>"
|
||||
<?= ($codeSourceFondGarantHonoraire != "BUD" && $codeSourceFondGarantHonoraire != "SIN") ? 'disabled' : '' ?>>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user