This commit is contained in:
KANE LAZENI 2026-04-13 09:45:54 +00:00
parent 72bd6e5c4c
commit ad4925bb3d
3 changed files with 3 additions and 3 deletions

View File

@ -257,7 +257,7 @@
<td class="required"> <?= _("Base Tarifaire") ?> </td>
<td colspan="3">
<SELECT style="font-size:9pt;" class="form-select" id="codeBaseTarification" NAME="codeBaseTarification"
onChange="enregistrer_college_temp(); init_prime_college_base_tarif(); change_categorie_college_temp();" required AUTOCOMPLETE="OFF">
onChange="enregistrer_college_temp(); /*init_prime_college_base_tarif(); change_categorie_college_temp();*/" required AUTOCOMPLETE="OFF">
<?php liste_options($baseTarif, $this->nettoyer($collegeTemp['codeBaseTarification']), true); ?>
</SELECT>
</td>

View File

@ -261,7 +261,7 @@
<td class="required"> <?= _("Base Tarifaire") ?> </td>
<td colspan="3">
<SELECT style="font-size:9pt;" class="form-select" id="codeBaseTarification" NAME="codeBaseTarification"
onChange="enregistrer_college_temp(); init_prime_college_base_tarif(); change_categorie_college_temp();" required AUTOCOMPLETE="OFF">
onChange="enregistrer_college_temp(); /*init_prime_college_base_tarif(); change_categorie_college_temp();*/" required AUTOCOMPLETE="OFF">
<?php liste_options($baseTarif, $this->nettoyer($collegeTemp['codeBaseTarification']), true); ?>
</SELECT>
</td>

View File

@ -976,7 +976,7 @@
<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.04.13.10"></script>
<script src="Js/fonctions.js?ver=2026.04.13.11"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>