a
This commit is contained in:
parent
1cfb3e6168
commit
10b6dbb22b
|
|
@ -376,6 +376,16 @@
|
|||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
<?= format_N($valeurActeManuel) ?>
|
||||
</button>
|
||||
|
||||
<?php if($prixActeModifiable=="0") : ?>
|
||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
<?= format_N($valeurActeManuel) ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" style='text-align:center; font-size:10pt;' TYPE="number" value="<?= $valeurActe ?>"
|
||||
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){modifier_prix_dentisterie('<?=$idDentisterie?>', this.value);}">
|
||||
<?php endif; ?>
|
||||
|
||||
</td>
|
||||
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['valeurActe'])) ?></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user