a
This commit is contained in:
parent
22fbcbdfb7
commit
422e6a787e
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
<td width="20%" >
|
||||
<?php if($prixActeModifiable=="1") : ?>
|
||||
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_seance_kine();" >
|
||||
<input style="font-size:10pt;" class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_seance_kine();" >
|
||||
<input id="prixActe_info" name="prixActe_info" class="sr-only" type="text" value="<?= format_N($prixActe) ?>" readonly>
|
||||
<?php else: ?>
|
||||
<button type="button" class="btn span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user