a
This commit is contained in:
parent
3cb39979da
commit
a44276eaf3
|
|
@ -142,7 +142,7 @@
|
|||
<td align='center' > <?= format_N($this->nettoyer($detailprescription['valeurActe'])) ?> </td>
|
||||
<td align='center' >
|
||||
<?php if ($livre!="1" && $bonCaduc!="1" && $ententePrealable!='1' && $ententePrealable!='9') : ?>
|
||||
<INPUT style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($detailprescription['quantite']) ?>"
|
||||
<INPUT id="quantite<?= $idMedicament ?>" name="quantite<?= $idMedicament ?>" style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($detailprescription['quantite']) ?>"
|
||||
onChange="ajax_maj_qte_medicament('<?=$idMedicament?>', this.value, this);">
|
||||
<?php else: ?>
|
||||
<INPUT style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($detailprescription['quantite']) ?>"
|
||||
|
|
|
|||
|
|
@ -495,7 +495,7 @@
|
|||
<td align='center' > <?= format_N($this->nettoyer($detailprescription['valeurActe'])) ?> </td>
|
||||
<td align='center' >
|
||||
<?php if ($livre!="1" && $bonCaduc!="1" && $ententePrealable!='1' && $ententePrealable!='9') : ?>
|
||||
<INPUT style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($detailprescription['quantite']) ?>"
|
||||
<INPUT id="quantite<?= $idMedicament ?>" name="quantite<?= $idMedicament ?>" style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($detailprescription['quantite']) ?>"
|
||||
onChange="ajax_maj_qte_medicament('<?=$idMedicament?>', this.value, this);">
|
||||
<?php else: ?>
|
||||
<INPUT style='text-align:center' class="form-control" TYPE="text" value="<?= $this->nettoyer($detailprescription['quantite']) ?>"
|
||||
|
|
|
|||
|
|
@ -892,7 +892,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.06.24.03"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.06.24.05"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user