a
This commit is contained in:
parent
e72f5bc281
commit
407724ab48
|
|
@ -8,7 +8,6 @@
|
|||
$codeActeGratuit = $_SESSION['p_codeActeConsultationGratuite'];
|
||||
|
||||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
|
||||
?>
|
||||
|
||||
<INPUT class="sr-only" id="datePrestation" name="datePrestation" type="text" value="<?= datefr($datePrestation); ?>">
|
||||
|
|
@ -202,6 +201,7 @@
|
|||
|
||||
$tm = $this->nettoyer($v['tm']);
|
||||
$tarif = $this->nettoyer($v['tarif']);
|
||||
$valeurActe = $this->nettoyer($v['valeurActe']);
|
||||
?>
|
||||
<tr valign="top">
|
||||
<?php if ($bonCaduc=="1" || $facture=="1" || $codeActe==$codeActeGratuit): ?>
|
||||
|
|
@ -209,6 +209,7 @@
|
|||
<?php else: ?>
|
||||
<td> <input class = "form-control btn btn-danger" type="button" value="<=" onClick="javascript:supprimer_acte_medical_miseenobservation('<?= $idDetail ?>', '<?= $codeTypePrestation ?>');"> </td>
|
||||
<?php endif; ?>
|
||||
|
||||
<td align='center'> <?= $codeGarantie ?> </td>
|
||||
<td > <?= $libelleActe ?> </td>
|
||||
|
||||
|
|
@ -232,7 +233,7 @@
|
|||
<?= format_N($this->nettoyer($v['valeurActe'])) ?>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" style='text-align:center; font-size:10pt;' TYPE="number" value="<?= $valeurActeManuel ?>"
|
||||
<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)){ajax_maj_prix_acte_hospitalisation('<?=$idPrestationactes?>', this.value, this);}">
|
||||
<?php endif; ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user