diff --git a/Vue/Ajaxactesmedicauxselect/index.php b/Vue/Ajaxactesmedicauxselect/index.php index bf30d1a..495fd2c 100755 --- a/Vue/Ajaxactesmedicauxselect/index.php +++ b/Vue/Ajaxactesmedicauxselect/index.php @@ -1,140 +1,147 @@ -
| <= | += _("Acte")." (".count($prestations).")" ?> | += _("PU") ?> | += _("Qté") ?> | - $bonCaduc = $_SESSION['p_bonCaduc']; - $facture = $_SESSION['p_facture']; - ?> -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <= | -= _("Acte")." (".count($prestations).")" ?> | -= _("PU") ?> | -= _("Qté") ?> | += _("PT") ?> | += _("TM") ?> | += _("Mont. TM") ?> | += _("A Remb") ?> | += _("Dépass") ?> | += _("Motif") ?> | +|||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = _("PT") ?> | -= _("TM") ?> | -= _("Mont. TM") ?> | -= _("A Remb") ?> | -= _("Dépass") ?> | -= _("Motif") ?> | -|||||||||
| = _("Total") ?> | - -= format_N($this->nettoyer($prestations_total['fraisReel'])) ?> | -- | = format_N($this->nettoyer($prestations_total['montantTm'])) ?> | -= format_N($this->nettoyer($prestations_total['montantArembourser'])) ?> | -= format_N($this->nettoyer($prestations_total['depassement'])) ?> | -- | = _("Total") ?> | + += format_N($this->nettoyer($prestations_total['fraisReel'])) ?> | ++ | = format_N($this->nettoyer($prestations_total['montantTm'])) ?> | += format_N($this->nettoyer($prestations_total['montantArembourser'])) ?> | += format_N($this->nettoyer($prestations_total['depassement'])) ?> | ++ + - + + + nettoyer($prestation['id']); + $supprimable = $prestation['supprimable']; + $codeTypePrestation=$this->nettoyer($prestation['codeTypePrestation']); + $ententePrealable=$this->nettoyer($prestation['ententePrealable']); + $autorisation=$this->nettoyer($prestation['autorisation']); + + $codeGarantie = $this->nettoyer($prestation['codeGarantie']); + + + $valeurActe = $this->nettoyer($prestation['valeurActe']); + $codeFamilleActe = $this->nettoyer($prestation['codeFamilleActe']); + + + if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US") + { + $libelleActe = $this->nettoyer($prestation['libelleActeEng']); + } + else + { + $libelleActe = $this->nettoyer($prestation['libelleActe']); + } + + $codeActe = $this->nettoyer($prestation['codeActe']); + + if($actVisible!="1") + { + $libelleActe = $codeActe; + } + + $prixBase = ($ententePrealable=='2') ? "0" : $this->nettoyer($prestation['prixBase']); + + $codeMotifDepassement = $this->nettoyer($prestation['codeMotifDepassement']); + + $motif = $this->nettoyer($prestation['motif']); + $motifEng = $this->nettoyer($prestation['motifEng']); + + $tm = $this->nettoyer($prestation['tm']); + + $tarif = $this->nettoyer($prestation['tarif']); + ?> + + + | |
| + + | + + | = $codeGarantie ?> | += $libelleActe ?> | - $codeActe = $this->nettoyer($prestation['codeActe']); - - if($actVisible!="1") - { - $libelleActe = $codeActe; - } - - $prixBase = ($ententePrealable=='2') ? "0" : $this->nettoyer($prestation['prixBase']); - - $codeMotifDepassement = $this->nettoyer($prestation['codeMotifDepassement']); - - $motif = $this->nettoyer($prestation['motif']); - $motifEng = $this->nettoyer($prestation['motifEng']); - - $tm = $this->nettoyer($prestation['tm']); - - $tarif = $this->nettoyer($prestation['tarif']); - ?> - - -|||||||||||
| - - | - - | = $codeGarantie ?> | -= $libelleActe ?> | -+ | + - | - - -= $this->nettoyer($prestation['quantite']) ?> | - -- - | - - -= format_N($this->nettoyer($prestation['fraisReel'])) ?> | -= $this->nettoyer($prestation['tm'])?> | -= format_N($this->nettoyer($prestation['montantTm'])) ?> | -= format_N($this->nettoyer($prestation['montantArembourser'])) ?> | -= format_N($this->nettoyer($prestation['depassement'])) ?> | - - -- - | - -+ + + - |
| - | = $this->nettoyer($prestation['quantite']) ?> | + ++ + | + + += format_N($this->nettoyer($prestation['fraisReel'])) ?> | += $this->nettoyer($prestation['tm'])?> | += format_N($this->nettoyer($prestation['montantTm'])) ?> | += format_N($this->nettoyer($prestation['montantArembourser'])) ?> | += format_N($this->nettoyer($prestation['depassement'])) ?> | + + ++ + | + ++ + + + + | |||||
| + | ||||||||||||||