a
This commit is contained in:
parent
71e7cc2c5c
commit
d9cdb55cfc
|
|
@ -246,10 +246,6 @@ KANE LE GRAND
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<td align='center'>
|
<td align='center'>
|
||||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
|
||||||
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<?php if($prixActeModifiable=="0") : ?>
|
<?php if($prixActeModifiable=="0") : ?>
|
||||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||||
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
||||||
|
|
|
||||||
|
|
@ -186,9 +186,15 @@
|
||||||
<td > <?= $libelleActe ?> </td>
|
<td > <?= $libelleActe ?> </td>
|
||||||
|
|
||||||
<td align='center'>
|
<td align='center'>
|
||||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
<?php if($prixActeModifiable=="0") : ?>
|
||||||
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué") ?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||||
</button>
|
<?= format_N($this->nettoyer($prestation['valeurActe'])) ?>
|
||||||
|
</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_autres_actes('<?=$idPrestationactes?>', this.value, this);}">
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<?php if ($facture || $bonCaduc || $ententePrealable=='1' || $autorisation=='1' || $ententePrealable=='9' || $autorisation=='9'): ?>
|
<?php if ($facture || $bonCaduc || $ententePrealable=='1' || $autorisation=='1' || $ententePrealable=='9' || $autorisation=='9'): ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user