diff --git a/Vue/Laboratoire/index.php b/Vue/Laboratoire/index.php index 4f3d92c..5860fba 100755 --- a/Vue/Laboratoire/index.php +++ b/Vue/Laboratoire/index.php @@ -67,14 +67,21 @@ nettoyer($prescription['facture']); - $agePrescription = $this->nettoyer($prescription['agePrescription']); $bonCaduc = $this->nettoyer($prescription['bonCaduc']); + $otpStatus = $this->nettoyer($prescription['otpStatus']); + + if($modeSaisieFacture=="1") + { + $bonCaduc = "0"; + $otpStatus = -1; // Pas OTP en mode Décompte + } ?>
| - - - - - - | -= _("Examens à facturer") ?> | - -= _("Examens à facturer") ?> | - - -= _("Garantie") ?> | - -= _("Prix Unitaire") ?> | -= _("Qté") ?> | -= _("Prix Total") ?> | - -= _("Accord") ?> | -|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - - - | W | - -- - - - - - | - -R | - -- - - - - - | - - - -+ | - = $libelleActe ?> + - = $codeActe ?> + - - | = $codeGarantie ?> | - -- - | - -= $this->nettoyer($detailnonlivre['quantite']) ?> | -= format_N($this->nettoyer($detailnonlivre['fraisReel'])) ?> | - - "0"): ?> - -- - | - - | - - | - + + | = _("Examens à facturer") ?> | -- + | = _("Examens à facturer") ?> | + + += _("Garantie") ?> | + += _("Prix Unitaire") ?> | += _("Qté") ?> | += _("Prix Total") ?> | + += _("Accord") ?> |
|---|