This commit is contained in:
KANE LAZENI 2026-07-21 19:04:32 +00:00
parent 2b95e09e54
commit d6119ef3f8

View File

@ -98,9 +98,8 @@ listemodifiable
<?= format_N($valeurActeManuel) ?>
</button>
<?php else: ?>
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
<?= format_N($valeurActeManuel) ?>
</button>
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="<?= format_N($valeurActeManuel) ?>"
onChange="ajax_maj_prix_acte_proformahospitalisation('<?=$idPrestationactes?>', this.value, this);" onBlur="formatMonetaire(this);" onkeyup="controle_numerique(this);" onfocus="formatNumerique(this);">
<?php endif; ?>
</td>
@ -115,7 +114,7 @@ listemodifiable
disabled>
</td>
<?php endif; ?>
<td align='center'> <?= format_N($this->nettoyer($prestation['prixManuel'])) ?></td>
</tr>
<?php endforeach; ?>