a
This commit is contained in:
parent
981713a463
commit
a73b153fb4
|
|
@ -145,7 +145,7 @@
|
|||
<th width="5%" style='text-align:center'> <= </th>
|
||||
<th colspan="2" style="text-align:center"> <?= _("Acte")." (".count($obs).")" ?> </th>
|
||||
<th width="5%" style="text-align:center"> <?= _("Accord") ?> </th>
|
||||
<th width="10%" style="text-align:center"> <?= _("PU KANE") ?> </th>
|
||||
<th width="10%" style="text-align:center"> <?= _("PU") ?> </th>
|
||||
<th width="5%" style="text-align:center"> <?= _("Qté") ?> </th>
|
||||
<th style="text-align:center"> <?= _("PT") ?> </th>
|
||||
<th style="text-align:center"> <?= _("TM") ?> </th>
|
||||
|
|
@ -234,7 +234,7 @@
|
|||
</button>
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" style='text-align:center;' TYPE="number" value="<?= $valeurActe ?>"
|
||||
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){ajax_maj_prix_acte_hospitalisation('<?=$idPrestationactes?>', this.value, this);}">
|
||||
onChange="this.value=supprimer_espace_nombre(this.value);if(controle_numerique(this)){ajax_maj_prix_acte_miseenobservation('<?=$idDetail?>', this.value, this);}">
|
||||
<?php endif; ?>
|
||||
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -908,7 +908,7 @@
|
|||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.03.15.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.15.01"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user