a
This commit is contained in:
parent
30d55e5cc1
commit
2420cc2be0
|
|
@ -140,10 +140,15 @@
|
|||
<?php else: ?>
|
||||
<td width="15%" style="font-weight:bold;"> <?= _("Réclamé") ?> </td>
|
||||
<td width="20%" >
|
||||
<?php if($prixActeModifiable=="1") : ?>
|
||||
<input class="form-control" type="number" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
|
||||
<?php else: ?>
|
||||
<button id="prixActe_info" name="prixActe_info" TYPE="button" class="form-control span_link" style="text-align: center; font-size:10pt; font-weight:bold;" title="<?= _("Voir le tarif appliqué") ?>" onclick='javascript:tarif_applique("<?=$tarif ?>");'>
|
||||
<i class="fa fa-hand-pointer-o pull-right" ></i>
|
||||
<?= format_N($prixActe) ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
|
||||
</td>
|
||||
|
||||
<td width="15%" align="center" style="font-weight:bold;"> <?= _("Part assuré") ?> </td>
|
||||
|
|
@ -151,7 +156,6 @@
|
|||
|
||||
<td width="15%" align="center" style="font-weight:bold;"> <?= _("A Rembourser") ?> </td>
|
||||
<td width="20%" > <input id="aRembourser_info" name="aRembourser_info" class="form-control" style="text-align: center; font-size:10pt; font-weight:bold;" type="text" value="<?= format_N($aRembourser) ?>" readonly ></td>
|
||||
|
||||
<?php endif; ?>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user