a
This commit is contained in:
parent
15ace8aef9
commit
6977c73b96
|
|
@ -1,14 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$actVisible = $_SESSION['p_actVisible'];
|
$actVisible = $_SESSION['p_actVisible'];
|
||||||
|
|
||||||
//var_dump($consoHosChirurgicale);
|
|
||||||
//var_dump($consoHosMedicale);
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$dateDebutHospit = $this->nettoyer($feuillemaladie['dateDebutHospit']);
|
$dateDebutHospit = $this->nettoyer($feuillemaladie['dateDebutHospit']);
|
||||||
|
|
||||||
$facture = $this->nettoyer($feuillemaladie['facture']);
|
$facture = $this->nettoyer($feuillemaladie['facture']);
|
||||||
|
|
@ -21,8 +13,6 @@
|
||||||
$bonCaduc = "0";
|
$bonCaduc = "0";
|
||||||
}
|
}
|
||||||
|
|
||||||
//var_dump($bonCaduc);
|
|
||||||
|
|
||||||
$dureeHospit = $this->nettoyer($feuillemaladie['dureeHospit']);
|
$dureeHospit = $this->nettoyer($feuillemaladie['dureeHospit']);
|
||||||
$dureeCorrigeeHospit = $this->nettoyer($feuillemaladie['dureeCorrigeeHospit']);
|
$dureeCorrigeeHospit = $this->nettoyer($feuillemaladie['dureeCorrigeeHospit']);
|
||||||
$dateFinHospit = $this->nettoyer($feuillemaladie['dateFinHospit']);
|
$dateFinHospit = $this->nettoyer($feuillemaladie['dateFinHospit']);
|
||||||
|
|
@ -67,7 +57,6 @@
|
||||||
<input class="sr-only" id="libelleAvis" name="libelleAvis" type="text" value= "<?= $libelleAvis; ?>" >
|
<input class="sr-only" id="libelleAvis" name="libelleAvis" type="text" value= "<?= $libelleAvis; ?>" >
|
||||||
<input class="sr-only" id="nbreActesSansPrix" name="nbreActesSansPrix" type="text" value= "<?= $nbreActesSansPrix; ?>" >
|
<input class="sr-only" id="nbreActesSansPrix" name="nbreActesSansPrix" type="text" value= "<?= $nbreActesSansPrix; ?>" >
|
||||||
|
|
||||||
|
|
||||||
<div id="div_prestations" class="col-12" >
|
<div id="div_prestations" class="col-12" >
|
||||||
<input class="sr-only" id="nbreProlongation" name="nbreProlongation" type="text" value= "<?= count($listeProlongations); ?>" >
|
<input class="sr-only" id="nbreProlongation" name="nbreProlongation" type="text" value= "<?= count($listeProlongations); ?>" >
|
||||||
<input class="sr-only" id="prixChambre" name="prixChambre" type="text" value= "<?= $prixChambre; ?>" >
|
<input class="sr-only" id="prixChambre" name="prixChambre" type="text" value= "<?= $prixChambre; ?>" >
|
||||||
|
|
@ -251,7 +240,7 @@
|
||||||
<th width="5%" style='text-align:center'> <?= _("Suppr") ?> </th>
|
<th width="5%" style='text-align:center'> <?= _("Suppr") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("Acte <b> - [Plafond]</b>") ?> </th>
|
<th style="text-align:center"> <?= _("Acte <b> - [Plafond]</b>") ?> </th>
|
||||||
<th width="5%" style="text-align:center"> <?= _("Accord") ?> </th>
|
<th width="5%" style="text-align:center"> <?= _("Accord") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("PU Réclamé") ?> </th>
|
<th style="text-align:center"> <?= _("PU Réclamé KANE") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("PU Appliqué") ?> </th>
|
<th style="text-align:center"> <?= _("PU Appliqué") ?> </th>
|
||||||
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
|
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("PT Réclamé") ?> </th>
|
<th style="text-align:center"> <?= _("PT Réclamé") ?> </th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user