a
This commit is contained in:
parent
ad4925bb3d
commit
4460c512a9
|
|
@ -257,7 +257,7 @@
|
||||||
<td class="required"> <?= _("Base Tarifaire") ?> </td>
|
<td class="required"> <?= _("Base Tarifaire") ?> </td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<SELECT style="font-size:9pt;" class="form-select" id="codeBaseTarification" NAME="codeBaseTarification"
|
<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); ?>
|
<?php liste_options($baseTarif, $this->nettoyer($collegeTemp['codeBaseTarification']), true); ?>
|
||||||
</SELECT>
|
</SELECT>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -261,7 +261,7 @@
|
||||||
<td class="required"> <?= _("Base Tarifaire") ?> </td>
|
<td class="required"> <?= _("Base Tarifaire") ?> </td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<SELECT style="font-size:9pt;" class="form-select" id="codeBaseTarification" NAME="codeBaseTarification"
|
<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); ?>
|
<?php liste_options($baseTarif, $this->nettoyer($collegeTemp['codeBaseTarification']), true); ?>
|
||||||
</SELECT>
|
</SELECT>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user