This commit is contained in:
KANE LAZENI 2026-07-22 10:24:23 +00:00
parent e9a017c5eb
commit ba1f520b2e

View File

@ -1,5 +1,5 @@
<?php $demandeTraite = $this->nettoyer($examen['demandeTraite']);?>
Ajaxtraitementproformahospitalisation
<div id="recap" class="tab-container">
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
<tbody>
@ -102,15 +102,11 @@ Ajaxtraitementproformahospitalisation
if($codeActe == "CSM"){
$libelleActe = substr($libelleConsommable,0,57);
}
$valeurActe = $this->nettoyer($detailexamen['valeurActe']);
$plafondActe = $this->nettoyer($detailexamen['plafondActe']);
//var_dump($plafondActe);
$plafond = (($plafondActe == $valeurActe) && ($valeurActe > "0"))?"1":"0";
if ($plafondActe > "0" && $plafondActe !="9999999999"){
@ -120,7 +116,6 @@ Ajaxtraitementproformahospitalisation
}
$prixTarif = $this->nettoyer($detailexamen['prixTarif']);
$codeMotifDepassement = $this->nettoyer($detailexamen['codeMotifDepassement']);
@ -148,9 +143,8 @@ Ajaxtraitementproformahospitalisation
$idProforma = $this->nettoyer($detailexamen['idProforma']);
$acteChambre = $this->nettoyer($detailexamen['acteChambre']);
?>
<?php if($choixValider=='1'): $accepter++;?>
<tr style="background-color: #00ff00;">
<INPUT class="sr-only" TYPE="text" value="<?= $this->nettoyer($detailexamen['libelleActe']) ?>">