a
This commit is contained in:
parent
47cafbeb03
commit
12045c7751
|
|
@ -354,9 +354,9 @@
|
|||
|
||||
<?php if ($numeroBonOrdonnance>"0") : ?>
|
||||
<div id="medicaments">
|
||||
<?php $fraisTotal = $this->nettoyer($prescription['fraisReel']); ?>
|
||||
<input class="sr-only" type="text" id="fraisTotal" name="fraisTotal" value="<?= $fraisTotal ?>" >
|
||||
<input class="sr-only" type="text" id="nbMedicamentSaisie" name="nbMedicamentSaisie" value="<?= $nbMedicamentSaisie ?>" >
|
||||
<?php $fraisTotal = $this->nettoyer($prescription['fraisReel']); ?>
|
||||
<input class="sr-only" type="text" id="fraisTotal" name="fraisTotal" value="<?= $fraisTotal ?>" >
|
||||
<input class="sr-only" type="text" id="nbMedicamentSaisie" name="nbMedicamentSaisie" value="<?= $nbMedicamentSaisie ?>" >
|
||||
|
||||
<?php if ($nbMedicamentSaisie>"0") : ?>
|
||||
<table class="table table-condensed table-responsive" >
|
||||
|
|
@ -400,7 +400,6 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<?php
|
||||
|
||||
$existeEntentePrealable = 0;
|
||||
?>
|
||||
<tfoot>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user