a
This commit is contained in:
parent
7c2eeb101f
commit
8c2a25ed8e
|
|
@ -55,8 +55,6 @@ class ControleurAjaxactesproformahospitalisation extends Controleur {
|
|||
$valeurActe = $this->requete->getParametreFormulaire("valeurActe", "numerique");
|
||||
|
||||
$this->prestation->majvaleuracteproformahospitalisation($idPrestationactes, $valeurActe);
|
||||
|
||||
//$this->executerAction("index");
|
||||
}
|
||||
|
||||
public function majquantite()
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
KANE LAZ PROFORMA
|
||||
|
||||
<?php
|
||||
$actVisible = $_SESSION['p_actVisible'];
|
||||
|
||||
|
|
@ -89,9 +87,6 @@ KANE LAZ PROFORMA
|
|||
|
||||
$plafondActe = $this->nettoyer($prestation['plafondActe']);
|
||||
|
||||
//var_dump($plafondActe);
|
||||
|
||||
|
||||
$plafond = (($plafondActe == $valeurActe) && ($valeurActe > "0"))?"1":"0";
|
||||
|
||||
if ($plafondActe > "0" && $plafondActe !="9999999999"){
|
||||
|
|
@ -113,6 +108,7 @@ KANE LAZ PROFORMA
|
|||
$tarif = $this->nettoyer($prestation['tarif']);
|
||||
|
||||
$prixModifiableEnHospit = $this->nettoyer($prestation['prixModifiableEnHospit']);
|
||||
$prixActeModifiable = $this->nettoyer($prestation['prixModifiableEnHospit']);
|
||||
|
||||
$acteChambre = $this->nettoyer($prestation['acteChambre']);
|
||||
?>
|
||||
|
|
@ -163,12 +159,8 @@ KANE LAZ PROFORMA
|
|||
|
||||
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['prixManuel'])) ?></td>
|
||||
<!--<td align='center'> <?= format_N($this->nettoyer($prestation['fraisReel'])) ?></td>
|
||||
|
||||
<td align='center'> <?= $this->nettoyer($prestation['tm'])?></td>
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['montantTm'])) ?></td>
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['montantArembourser'])) ?></td>
|
||||
-->
|
||||
|
||||
<td align='center'> <?= format_N($this->nettoyer($prestation['prixManuel'])) ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
<tr style='background-color:white'>
|
||||
|
|
|
|||
|
|
@ -343,8 +343,6 @@
|
|||
$prixActeModifiable = $this->nettoyer($prestation['prixModifiableEnHospit']);
|
||||
|
||||
$acteChambre = $this->nettoyer($prestation['acteChambre']);
|
||||
|
||||
var_dump($prixModifiableEnHospit);
|
||||
?>
|
||||
<tr valign="top">
|
||||
<?php if ($supprimable=="0" || $facture=='1' || $bonCaduc=='1' || $ententePrealable=='1'): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user