428 lines
20 KiB
PHP
Executable File
428 lines
20 KiB
PHP
Executable File
<div id="livraison">
|
|
<?php
|
|
$numeroBonOrdonnance = $_SESSION['p_numeroBonOrdonnance_C'];
|
|
$numeroPrescription = $_SESSION['p_numeroPrescription_C'] ;
|
|
$accesAjoutPh = ($_SESSION['p_accesAjoutPh_C']==1) ;
|
|
$accesAjoutPhClient = ($_SESSION['p_accesAjoutPhClient']==1) ;
|
|
|
|
$idPrestationactes = $this->nettoyer($prescription['idPrestationactes']);
|
|
$estRempalace=($prescription['numeroRemplace'] == $numeroBonOrdonnance);
|
|
|
|
$plafondActe = $_SESSION['p_bareme']['act_forfaitPlafondBeneficiaire'];
|
|
$periodicitePlafond = $_SESSION['p_bareme']['act_codePeriodicitePlafondBeneficiaire'];
|
|
|
|
$nbreTransactionActe = $_SESSION['p_bareme']['act_nbreTransactionBeneficiaire'];
|
|
$periodiciteNbreTransaction = $_SESSION['p_bareme']['act_codePeriodiciteBeneficiaire'];
|
|
|
|
$prixMedicamentModifiable = $_SESSION['prixMedicamentModifiable'];
|
|
|
|
//var_dump($prixMedicamentModifiable);
|
|
|
|
//$tm = ($_SESSION['p_tm_TP']>"0") ? $_SESSION['p_tm_TP'] : $_SESSION['p_tm_C'];
|
|
?>
|
|
|
|
|
|
<input class="sr-only" type="text" id="numeroPrescription_C" name="numeroPrescription_C" value="<?= $numeroPrescription ?>" >
|
|
<input class="sr-only" type="text" id="margePrixMedicament" name="margePrixMedicament" value="<?= $this->nettoyer($marges['margePrixMedicament']) ?>">
|
|
<input class="sr-only" type="text" id="appliquerMargePrixMedicament" name="appliquerMargePrixMedicament" value="<?= $this->nettoyer($marges['appliquerMargePrixMedicament']) ?>">
|
|
<input class="sr-only" type="text" id="devise" name="devise" value="<?= $_SESSION['p_devise_C'] ?>">
|
|
|
|
<div id="div_statutacte">
|
|
|
|
</div>
|
|
|
|
<div id="recap">
|
|
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td align="center" style="font-weight:bold"> <?= _("Réclamé") ?> </td>
|
|
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisReelLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold;" > </td>
|
|
|
|
<td align="center" style="font-weight:bold"> <?= _("Part Assuré") ?> </td>
|
|
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisAssureLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold; color:red;" > </td>
|
|
|
|
<td align="center" style="font-weight:bold"> <?= _("A Rembourser") ?> </td>
|
|
<td > <INPUT class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($prescription['fraisRetenuLivre'])) ?>" readonly style="text-align: center; font-size:14pt; font-weight:bold; " > </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div id="div_messages">
|
|
|
|
</div>
|
|
|
|
|
|
<div id="non_livre">
|
|
<div >
|
|
<input class="form-control" style="text-align: center; font-size: 12pt;font-weight: bold;" type="text" value="<?= _("Liste des médicaments non servis") ?>" readonly >
|
|
</div>
|
|
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:9pt;'>
|
|
<thead>
|
|
<tr>
|
|
<th width="5%" style="text-align:center" > <input class="form-control btn btn-primary" type="button" value=" + + " onClick="javascript:ajoutermedicament_pha_tous();" style='font-size:9pt;' > </th>
|
|
<th width="50%" > <?= _("Nom") ?> </th>
|
|
<th width="5%" style="text-align:center"> <?= _("Forme") ?> </th>
|
|
<th width="12%" style="text-align:center"> <?= _("Prix Unitaire") ?> </th>
|
|
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("Prix Total") ?> </th>
|
|
<th width="5%" style="text-align:center"> <?= _("T M") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("A Remb") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("Dépass") ?> </th>
|
|
<th width="5%" style="text-align:center"> <?= _("Accord") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<?php foreach ($detailnonlivres as $detailnonlivre):
|
|
$idNonLivre=$this->nettoyer($detailnonlivre['id']);
|
|
$valeurActe = $this->nettoyer($detailnonlivre['valeurActe']);
|
|
|
|
$substituable = $this->nettoyer($detailnonlivre['substituable']);
|
|
$substitue = $this->nettoyer($detailnonlivre['substitue']);
|
|
|
|
$nomSubstitut = $this->nettoyer($detailnonlivre['nomSubstitut']);
|
|
$libelleMedicament = $this->nettoyer($detailnonlivre['libelleMedicament']);
|
|
|
|
$depassement = $this->nettoyer($detailnonlivre['depassement']);
|
|
|
|
if($substituable=="1")
|
|
{
|
|
$libelleMedicament = $libelleMedicament . " => " . $nomSubstitut;
|
|
}
|
|
|
|
$ententePrealable2=$this->nettoyer($detailnonlivre['ententePrealable']);
|
|
|
|
$forme = $this->nettoyer($detailnonlivre['forme']);
|
|
|
|
if (est_anglophone()){$forme = $this->nettoyer($detailnonlivre['formeEng']);}
|
|
|
|
$exclu = $this->nettoyer($detailnonlivre['exclu']);
|
|
|
|
$substitution = $this->nettoyer($detailnonlivre['substitution']);
|
|
|
|
$valeurActe = $this->nettoyer($detailnonlivre['valeurActe']);
|
|
$fraisReel = $this->nettoyer($detailnonlivre['fraisReel']);
|
|
|
|
//var_dump($substitution);
|
|
|
|
if($exclu =="1" || $ententePrealable2=="9")
|
|
{
|
|
$montantTm = $this->nettoyer($detailnonlivre['fraisReel']);
|
|
$montantArembourser = "0";
|
|
$fraisExclu = $this->nettoyer($detailnonlivre['fraisReel']);
|
|
$depassement = $this->nettoyer($detailnonlivre['depassement']);
|
|
$fraisRetenu ="0";
|
|
$montantTmTemp = $this->nettoyer($detailnonlivre['fraisReel']);
|
|
$montantArembourserTemp = "0";
|
|
$fraisRetenuTemp = "0";
|
|
}else{
|
|
$montantTm = $this->nettoyer($detailnonlivre['montantTm']);
|
|
$montantArembourser = $this->nettoyer($detailnonlivre['montantArembourser']);
|
|
$fraisExclu = $this->nettoyer($detailnonlivre['fraisExclu']);
|
|
$depassement = $this->nettoyer($detailnonlivre['depassement']);
|
|
$fraisRetenu = $this->nettoyer($detailnonlivre['fraisRetenu']);
|
|
$montantTmTemp = $this->nettoyer($detailnonlivre['montantTmTemp']);
|
|
$montantArembourserTemp = $this->nettoyer($detailnonlivre['montantArembourserTemp']);
|
|
$fraisRetenuTemp = $this->nettoyer($detailnonlivre['fraisRetenuTemp']);
|
|
}
|
|
|
|
if($substitution=="1"){
|
|
$libelleMedicament = $this->nettoyer($detailnonlivre['libelleMedicamentSubstitut']);
|
|
|
|
$libelleMedicament = $this->nettoyer($detailnonlivre['libelleMedicament']) . " => " . $libelleMedicament;
|
|
|
|
$forme = $this->nettoyer($detailnonlivre['formeSubstitut']);
|
|
if (est_anglophone()){$forme = $this->nettoyer($detailnonlivre['formeSubstitutEng']);}
|
|
|
|
$montantTm = $this->nettoyer($detailnonlivre['montantTmMedicamentSubstitut']);
|
|
$montantArembourser = $this->nettoyer($detailnonlivre['montantArembourserMedicamentSubstitut']);
|
|
$fraisExclu = $this->nettoyer($detailnonlivre['fraisExcluMedicamentSubstitut']);
|
|
//$depassement = $this->nettoyer($detailnonlivre['depassement']);
|
|
$fraisRetenu = $this->nettoyer($detailnonlivre['montantArembourserMedicamentSubstitut']);
|
|
$montantTmTemp = $this->nettoyer($detailnonlivre['montantTmMedicamentSubstitut']);
|
|
$montantArembourserTemp = $this->nettoyer($detailnonlivre['montantArembourserMedicamentSubstitut']);
|
|
$fraisRetenuTemp = $this->nettoyer($detailnonlivre['montantArembourserMedicamentSubstitut']);
|
|
$valeurActe = $this->nettoyer($detailnonlivre['valeurMedicamentSubstitut']);
|
|
$fraisReel = $this->nettoyer($detailnonlivre['fraisReelMedicamentSubstitut']);
|
|
}
|
|
|
|
?>
|
|
|
|
<tr valign="top">
|
|
<?php if($ententePrealable2=='2'): ?>
|
|
<td width="5%" align='center'> </td>
|
|
<?php elseif($ententePrealable2=='3'): ?>
|
|
<td width="5%" align='center'> W </td>
|
|
<?php elseif($ententePrealable2=='9'): ?>
|
|
<td width="5%" align='center'> R </td>
|
|
<?php else: ?>
|
|
<?php if($exclu=="1"): ?>
|
|
<td width="5%" align='center'> <input type="button" style="color:black;" value=" + " onClick="javascript:ajoutermedicament_pha('<?= $idNonLivre ?>');"></td>
|
|
<?php else: ?>
|
|
<td width="5%" align='center'> <input type="button" value=" + " onClick="javascript:ajoutermedicament_pha('<?= $idNonLivre ?>');"></td>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if($substitution=="1") : ?>
|
|
<td style="font-weight:bold;"> <?= $libelleMedicament ?> </td>
|
|
<?php else: ?>
|
|
<td> <?= $libelleMedicament ?> </td>
|
|
<?php endif; ?>
|
|
|
|
<td align='center'> <?= $forme ?> </td>
|
|
<td align='center'> <?= format_N($valeurActe) ?> </td>
|
|
<td align='center'> <?= $this->nettoyer($detailnonlivre['quantite']) ?> </td>
|
|
<td align='center'> <?= format_N($fraisReel) ?> </td>
|
|
<td align='center'> <?= format_N($this->nettoyer($montantTm)) ?> </td>
|
|
<td align='center'> <?= format_N($this->nettoyer($montantArembourser)) ?> </td>
|
|
<td align='center'> <?= format_N($depassement) ?> </td>
|
|
<?php if($ententePrealable2<>"0"): ?>
|
|
<?php if($ententePrealable2=='2' || $ententePrealable2=='3'): ?>
|
|
<td align='center' style="background-color: yellow;"> <input type="checkbox" checked disabled> </td>
|
|
<?php elseif($ententePrealable2=='1'): ?>
|
|
<td align='center' style="background-color: #00ff00;"> <input type="checkbox" checked disabled> </td>
|
|
<?php elseif($ententePrealable2=='9' || $exclu=='1'): ?>
|
|
<td align='center' style="background-color: red;color:white;"> <input type="checkbox" checked disabled> </td>
|
|
<?php else: ?>
|
|
<td align='center'> <input type="checkbox" checked disabled> </td>
|
|
<?php endif; ?>
|
|
<?php else: ?>
|
|
<td align='center' > <input type="checkbox" disabled></td>
|
|
<?php endif; ?>
|
|
</tr>
|
|
<?php endforeach; ?>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="livre">
|
|
<?php $nbLivre = 0; ?>
|
|
<div >
|
|
<?php if($idPrestationactes=="0") : ?>
|
|
<input class="form-control" style="text-align: center; font-size: 12pt;font-weight: bold;" type="text" value="<?= _("Liste des médicaments servis") ?>" readonly >
|
|
<?php else: ?>
|
|
<input class="form-control" style="text-align: center; font-size: 12pt;font-weight: bold;" type="text" value="<?= _("Liste des médicaments facturés") ?>" readonly >
|
|
<?php endif; ?>
|
|
</div>
|
|
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:9pt;'>
|
|
<thead>
|
|
<tr>
|
|
<?php if($idPrestationactes=="0") : ?>
|
|
<th width="5%" style="text-align:center" > <input class="form-control btn btn-primary" type="button" value=" - - " onClick="javascript:retirermedicament_pha_tous();" style='font-size:9pt;' > </th>
|
|
<th width="50%" > <?= _("Nom") ?> </th>
|
|
<?php else: ?>
|
|
<th width="55%" > <?= _("Nom") ?> </th>
|
|
<?php endif; ?>
|
|
|
|
<th width="5%" style="text-align:center"> <?= _("Forme") ?> </th>
|
|
<th width="12%" style="text-align:center"> <?= _("Prix Pharmacie") ?> </th>
|
|
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("Total Pharmacie") ?> </th>
|
|
<th width="5%" style="text-align:center"> <?= _("T M") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("A Remb") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("Dépass") ?> </th>
|
|
<th width="10%" style="text-align:center"> <?= _("Motif") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tfoot>
|
|
<tr>
|
|
<td colspan="5" style='text-align:center'> Total </td>
|
|
|
|
<td align='center'><?= format_N($this->nettoyer($prescription['fraisReelLivre'])) ?></td>
|
|
<td align='center'><?= format_N($this->nettoyer($prescription['montantTmLivre'])) ?></td>
|
|
<td align='center'><?= format_N($this->nettoyer($prescription['montantArembourserLivre'])) ?></td>
|
|
<td align='center'><?= format_N($this->nettoyer($prescription['depassement'])) ?></td>
|
|
<td></td>
|
|
</tr>
|
|
</tfoot>
|
|
|
|
<?php
|
|
$gar_codePeriodicite;
|
|
$gar_periodicite;
|
|
$gar_periodiciteEng;
|
|
|
|
$act_codePeriodicite;
|
|
$act_periodicite;
|
|
$act_periodiciteEng;
|
|
|
|
$gar_nbreTransaction;
|
|
$act_nbreTransaction;
|
|
?>
|
|
|
|
<tbody>
|
|
<?php
|
|
$i=0;
|
|
foreach ($detaillivres as $detaillivre):
|
|
|
|
$idLivre=$this->nettoyer($detaillivre['id']);
|
|
$substituable = $this->nettoyer($detaillivre['substituable']);
|
|
$substitue = $this->nettoyer($detaillivre['substitue']);
|
|
$ajPharmacie = $this->nettoyer($detaillivre['ajPharmacie']);
|
|
$typeSysteme = $this->nettoyer($detaillivre['typeSysteme']);
|
|
$ententePrealable3=$this->nettoyer($detaillivre['ententePrealable']);
|
|
$pharmacieInterne = $this->nettoyer($detaillivre['pharmacieInterne']);
|
|
$nbLivre++;
|
|
$forme = $this->nettoyer($detaillivre['forme']);
|
|
|
|
$codeMotifDepassement = $this->nettoyer($detaillivre['codeMotifDepassement']);
|
|
|
|
$motif = $this->nettoyer($detaillivre['motif']);
|
|
|
|
if (est_anglophone()){
|
|
$forme = $this->nettoyer($detaillivre['formeEng']);
|
|
$motif = $this->nettoyer($detaillivre['motifEng']);
|
|
$gar_periodicitePlafond = $gar_periodicitePlafondEng;
|
|
$act_periodicitePlafond = $act_periodicitePlafondEng;
|
|
}
|
|
|
|
if($gar_codePeriodicitePlafond=="L" && $codeMotifDepassement=="PLF")
|
|
{
|
|
$motif = $motif." ".$gar_forfaitPlafond." ".$_SESSION['p_devise_C']." ".strtolower($gar_periodicitePlafond).".";
|
|
}elseif($act_codePeriodicitePlafond=="L" && $codeMotifDepassement=="PLF")
|
|
{
|
|
$motif = $motif." ".$act_forfaitPlafond." ".$_SESSION['p_devise_C']." ".strtolower($act_periodicitePlafond).".";
|
|
}else{
|
|
$motif = $motif;
|
|
}
|
|
|
|
$tarifPublic = $this->nettoyer($detaillivre['tarifPublic']);
|
|
//var_dump($tarifPublic);
|
|
$exclu = $this->nettoyer($detaillivre['exclu']);
|
|
|
|
$substitution = $this->nettoyer($detaillivre['substitution']);
|
|
$valeurActeManuel = $this->nettoyer($detaillivre['valeurActeManuel']);
|
|
|
|
$depassement = $this->nettoyer($detaillivre['depassement']);
|
|
|
|
$prixManuel = $this->nettoyer($detaillivre['prixManuel']);
|
|
$montantTmTemp = $this->nettoyer($detaillivre['montantTmTemp']);
|
|
$montantArembourserTemp = $this->nettoyer($detaillivre['montantArembourserTemp']);
|
|
|
|
|
|
if($valeurActeManuel<="0"){
|
|
$valeurActeManuel = "";
|
|
}
|
|
|
|
$libelleMedicament = $this->nettoyer($detaillivre['libelleMedicament']);
|
|
|
|
if($substitution=="1"){
|
|
$libelleMedicament = $this->nettoyer($detaillivre['libelleMedicamentSubstitut']);
|
|
|
|
$forme = $this->nettoyer($detaillivre['formeSubstitut']);
|
|
if (est_anglophone()){$forme = $this->nettoyer($detaillivre['formeSubstitutEng']);}
|
|
|
|
$montantTm = $this->nettoyer($detaillivre['montantTmMedicamentSubstitut']);
|
|
$montantArembourser = $this->nettoyer($detaillivre['montantArembourserMedicamentSubstitut']);
|
|
$fraisExclu = $this->nettoyer($detaillivre['fraisExcluMedicamentSubstitut']);
|
|
//$depassement = $this->nettoyer($detailnonlivre['depassement']);
|
|
$fraisRetenu = $this->nettoyer($detaillivre['montantArembourserMedicamentSubstitut']);
|
|
$montantTmTemp = $this->nettoyer($detaillivre['montantTmMedicamentSubstitut']);
|
|
$montantArembourserTemp = $this->nettoyer($detaillivre['montantArembourserMedicamentSubstitut']);
|
|
$fraisRetenuTemp = $this->nettoyer($detaillivre['montantArembourserMedicamentSubstitut']);
|
|
$valeurActe = $this->nettoyer($detaillivre['valeurMedicamentSubstitut']);
|
|
$fraisReel = $this->nettoyer($detaillivre['fraisReelMedicamentSubstitut']);
|
|
$valeurActeManuel = $valeurActe;
|
|
$prixManuel = $fraisReel;
|
|
}
|
|
|
|
$i++;
|
|
?>
|
|
|
|
<tr valign="top">
|
|
<?php if($idPrestationactes=="0") : ?>
|
|
<?php if($exclu=="1"): ?>
|
|
<td align='center'> <input type="button" style="color:black;" value=" - " onClick="javascript:retirermedicament_pha('<?= $idLivre ?>');"></td>
|
|
<?php else: ?>
|
|
<td align='center'> <input type="button" value=" - " onClick="javascript:retirermedicament_pha('<?= $idLivre ?>');"></td>
|
|
<?php endif; ?>
|
|
<?php if($substitution=="1") : ?>
|
|
<td style="font-weight: bold;"> <?= $libelleMedicament ?> </td>
|
|
<?php else: ?>
|
|
<td> <?= $libelleMedicament ?> </td>
|
|
<?php endif; ?>
|
|
<?php else: ?>
|
|
<?php if($substitution=="1") : ?>
|
|
<td style="font-weight: bold;"> <?= $libelleMedicament ?> </td>
|
|
<?php else: ?>
|
|
<td> <?= $libelleMedicament ?> </td>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
<td align='center'> <?= $forme ?> </td>
|
|
|
|
<?php
|
|
|
|
if($pharmacieInterne=="1") : ?>
|
|
<td align='center'>
|
|
<INPUT style='text-align:center; font-size:9pt;' id="valeurActeManuel<?= $i ?>" class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($detaillivre['valeurActeManuel'])) ?>"
|
|
onBlur="ajax_maj_prix_medicament_pha('<?=$idLivre?>', '<?=$tarifPublic?>', this.value, this);" onBlur="formatMonetaire(this);" onFocus="formatNumerique(this)" onkeyup="controle_numerique(this);" required AUTOCOMPLETE="OFF" >
|
|
</td>
|
|
<?php else: ?>
|
|
<?php if( $substitution == "0") :?>
|
|
<td align='center'>
|
|
<INPUT style='text-align:center; font-size:9pt;' id="valeurActeManuel<?= $i ?>" class="form-control" TYPE="text" value="<?= format_N($valeurActeManuel) ?>"
|
|
onBlur="ajax_maj_prix_medicament_pha('<?=$idLivre?>', '<?=$tarifPublic?>', this.value, this);" onBlur="formatMonetaire(this);" onFocus="formatNumerique(this)" onkeyup="controle_numerique(this);" required AUTOCOMPLETE="OFF" >
|
|
</td>
|
|
<?php else: ?>
|
|
<td align='center'> <?= format_N($valeurActeManuel) ?> </td>
|
|
<?php endif; ?>
|
|
|
|
<?php endif; ?>
|
|
|
|
<?php if($ajPharmacie=="1") : ?>
|
|
<?php if( $substitution == "0") :?>
|
|
<td align='center'>
|
|
<INPUT style='text-align:center; font-size:9pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($detaillivre['quantite']) ?>"
|
|
onBlur="ajax_maj_qte_medicament_pha('<?=$idLivre?>', this.value, this);">
|
|
</td>
|
|
<?php else: ?>
|
|
<td align='center'> <?= $this->nettoyer($detaillivre['quantite']); ?> </td>
|
|
<?php endif; ?>
|
|
<?php else: ?>
|
|
<td align='center'> <?= $this->nettoyer($detaillivre['quantite']); ?> </td>
|
|
<td align='center'> <?= format_N($prixManuel) ?> </td>
|
|
<td align='center'> <?= format_N($montantTmTemp) ?> </td>
|
|
<td align='center'> <?= format_N($montantArembourserTemp) ?> </td>
|
|
<td align='center'> <?= format_N($depassement) ?> </td>
|
|
|
|
<?php if($codeMotifDepassement!=''): ?>
|
|
<td align='center'>
|
|
<button type="button" class="btn btn-info" title="Voir le motif du dépassement..." onClick='javascript:alert_ebene("<?= $motif ?>","<?= $motif ?>");'>
|
|
<?= $codeMotifDepassement ?>
|
|
</button>
|
|
</td>
|
|
<?php else: ?>
|
|
<td > </td>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
</tr>
|
|
<?php endforeach; ?>
|
|
<tr style='background-color:white'>
|
|
<td colspan="10" height="5"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<?php if( $prixZero > "0") :?>
|
|
<marquee behavior="scroll" direction="left" scrollamount="15" style="color:red; background-color:yellow; font-size:14pt">
|
|
<?= _("Veuillez entrer les prix de votre pharmacie! Merci.") ?>
|
|
</marquee>
|
|
<?php endif; ?>
|
|
|
|
<input class="sr-only" type="text" id="coutprescription" name="coutprescription" value="<?= format_N($prescription['fraisReelLivre']) ?>" >
|
|
<input class="sr-only" type="text" id="nbLivre" name="nbLivre" value="<?= $nbLivre ?>" >
|
|
<input class="sr-only" type="text" id="cout" name="cout" value="<?= $this->nettoyer($prescription['fraisReelLivre']) ?>" >
|
|
<input class="sr-only" type="text" id="montantTm" name="montantTm" value="<?= format_N($this->nettoyer($prescription['montantTmLivre'])) ?>" >
|
|
<input class="sr-only" type="text" id="cout_f" name="cout_f" value="<?= format_N($this->nettoyer($prescription['fraisReelLivre'])) ?>" >
|
|
<input class="sr-only" type="text" id="montantTm_f" name="montantTm_f" value="<?= format_N($this->nettoyer($prescription['montantTmLivre'])) ?>" >
|
|
</div>
|
|
|
|
<div id="div_fraisExclu">
|
|
<input class="sr-only" type="text" id="fraisExcluLivre" name="fraisExcluLivre" value="<?= $this->nettoyer($prescription['fraisExcluLivre']) ?>" >
|
|
</div>
|
|
</div>
|