a
This commit is contained in:
parent
8d5e5e5006
commit
9c4f248931
|
|
@ -29,6 +29,14 @@
|
|||
$prixActeModifiable = $_SESSION['p_prixActeModifiable'];
|
||||
$valeurActe = $this->nettoyer($prescription['valeurActeSeance']);
|
||||
$prixActe = $valeurActe;
|
||||
|
||||
$modeSaisieFacture = $_SESSION['p_modeSaisieFacture'];
|
||||
$otpStatus = $this->nettoyer($prescription['otpStatus']);
|
||||
|
||||
if($modeSaisieFacture=="1")
|
||||
{
|
||||
$otpStatus = -1; // Pas OTP en mode Décompte
|
||||
}
|
||||
?>
|
||||
|
||||
<input class="sr-only" type="text" id="statut" name="statut" value="<?= $statut ?>" >
|
||||
|
|
@ -46,6 +54,7 @@
|
|||
<input class="sr-only" type="text" id="montantTm_f" name="montantTm_f" value="<?= format_N($this->nettoyer($prescription['montantTmSeance'])) ?>" >
|
||||
<input class="sr-only" type="number" id="depassement" name="depassement" value="<?= $this->nettoyer($prescription['depassement']) ?>">
|
||||
<input class="sr-only" type="number" id="depassementSeance" name="depassementSeance" value="<?= $this->nettoyer($prescription['depassementSeance']) ?>" >
|
||||
<input class="sr-only" id="otpStatus" name="otpStatus" type="text" value= "<?= $otpStatus ?>" >
|
||||
|
||||
<?php if($statut!="1" && $codeMotifDepassement!=''):?>
|
||||
<marquee behavior="scroll" direction="left" scrollamount="15" style="background-color:red;color:white; font-weight:bold; font-size:14pt">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user