This commit is contained in:
KANE LAZENI 2026-03-10 23:47:52 +00:00
parent 2e7f483ef3
commit c54cf84000

View File

@ -515,21 +515,17 @@
<td width="16%" > <td width="16%" >
<input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align: center; " type="text" value="<?= _("Prix Unitaire") ?>" readonly> <input class="form-control" style="font-size:10pt; border: 0; background: transparent; text-align: center; " type="text" value="<?= _("Prix Unitaire") ?>" readonly>
</td> </td>
<!--
<td width="20%" > <td width="20%" >
<input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly> <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
</td> </td>
-->
<td width="20%" > <td width="20%" >
<?php if($prixActeModifiable=="1") : ?> <?php if($prixActeModifiable=="1") : ?>
<input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" > <input class="form-control" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" onchange="modifier_prix_acte();" >
<input class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly> <input class="sr-only" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly>
<?php else: ?> <?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 ?>");'> <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;" type="text" value="<?= format_N($prixActe) ?>" readonly>
<i class="fa fa-hand-pointer-o pull-right" ></i>
<?= format_N($prixActe) ?>
</button>
<input class="sr-only" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" > <input class="sr-only" type="number" id="prixModifiable" name="prixModifiable" value="<?= $prixActe ?>" >
<?php endif; ?> <?php endif; ?>
</td> </td>