a
This commit is contained in:
parent
7a3d735a0e
commit
981713a463
|
|
@ -233,7 +233,7 @@
|
||||||
<?= format_N($this->nettoyer($v['valeurActe'])) ?>
|
<?= format_N($this->nettoyer($v['valeurActe'])) ?>
|
||||||
</button>
|
</button>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<INPUT class="form-control" style='text-align:center; font-size:10pt;' TYPE="number" value="<?= $valeurActe ?>"
|
<INPUT class="form-control" style='text-align:center;' TYPE="number" value="<?= $valeurActe ?>"
|
||||||
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){ajax_maj_prix_acte_hospitalisation('<?=$idPrestationactes?>', this.value, this);}">
|
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){ajax_maj_prix_acte_hospitalisation('<?=$idPrestationactes?>', this.value, this);}">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user