a
This commit is contained in:
parent
a29a3f3307
commit
f57e46b64c
|
|
@ -539,24 +539,27 @@ $demandeTraite = $this->nettoyer($examen['demandeTraite']);
|
|||
<td > <?= $libelleActe."<b style='color:red'>".$forfaitPlafond."</b>" ?> </td>
|
||||
|
||||
<?php if ($demandeTraite=="0"): ?>
|
||||
<?php if ($prixTarif>"0"): ?>
|
||||
<?php
|
||||
// if ($prixTarif>"0"):
|
||||
if ($corrigerPrixProforma=="0"):
|
||||
?>
|
||||
<td align='center'>
|
||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué")?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
<?= format_N($valeurActeManuel) ?>
|
||||
</button>
|
||||
</td>
|
||||
<?php else: ?>
|
||||
<td align='center' width="13%">
|
||||
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="<?= format_N($valeurActeManuel) ?>"
|
||||
onChange="ajax_maj_prix_acte_proformahospitalisation('<?=$idPrestationactes?>', this.value, this);" onBlur="formatMonetaire(this);" onkeyup="controle_numerique(this);" onfocus="formatNumerique(this);">
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<td align='center'>
|
||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué")?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
<?= format_N($valeurActeManuel) ?>
|
||||
</button>
|
||||
</td>
|
||||
<?php else: ?>
|
||||
<td align='center' width="13%">
|
||||
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="<?= format_N($valeurActeManuel) ?>"
|
||||
onChange="ajax_maj_prix_acte_proformahospitalisation('<?=$idPrestationactes?>', this.value, this);" onBlur="formatMonetaire(this);" onkeyup="controle_numerique(this);" onfocus="formatNumerique(this);">
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<td align='center'>
|
||||
<button type="button" class="span_link" title="<?= _("Voir le tarif appliqué")?>" onClick='javascript:tarif_applique("<?= $tarif ?>");'>
|
||||
<?= format_N($valeurActeManuel) ?>
|
||||
</button>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($demandeTraite=="0"): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user