fert
This commit is contained in:
parent
466d62f85e
commit
804960077f
|
|
@ -155,7 +155,7 @@
|
|||
<div class="col-md-2">
|
||||
<label class="form-label small mb-0"><?= _("Taux TM %") ?></label>
|
||||
<input type="text" id="ticketModerateurFamilleActe" name="ticketModerateurFamilleActe"
|
||||
class="form-control form-control-sm text-center bg-warning-subtle fw-bold"
|
||||
class="form-control form-control-sm text-center bg-danger-subtle fw-bold"
|
||||
value="<?= $tmBareme ?>" onkeyup="controle_numerique(this);">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<td class="small fw-bold text-primary"><?= $this->nettoyer($v['codeTypeRemboursement']); ?></td>
|
||||
<td><?= $this->nettoyer($v['delaiCarenceFamilleActe']);?> m</td>
|
||||
<td class="fw-bold"><?= $this->nettoyer($v['ticketModerateur']);?>%</td>
|
||||
<td class="fw-bold bg-danger-subtle"><?= intval($this->nettoyer($v['ticketModerateur']));?>%</td>
|
||||
<td><?= format_N($this->nettoyer($v['forfaitTm'])); ?></td>
|
||||
<td><?= $this->nettoyer($v['ageMinimum']);?></td>
|
||||
<td><?= $this->nettoyer($v['ageMaximum']);?></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user