This commit is contained in:
KONE SOREL 2026-04-07 12:53:41 +00:00
parent a78909b7b8
commit d64a777c3b
2 changed files with 2 additions and 2 deletions

View File

@ -63684,7 +63684,7 @@ function afficherDetailBareme()
}
*/
afficheNombreLigneBareme('detailbareme');
//afficheNombreLigneBareme('detailbareme');
init_saisie_detailbareme();
actualiser_detailbareme();
}

View File

@ -42,7 +42,7 @@
</li>
<li class="nav-item">
<button class="nav-link small fw-bold text-uppercase" id="history-tab" data-bs-toggle="tab" data-bs-target="#history-zone" type="button" onclick="afficherDetailBareme();">
<i class="fas fa-history me-1"></i> <?= _("Historique taux") ?><span id="detailbareme" class="badge rounded-pill bg-primary-ghost text-primary ms-2"><?= $txt_nbdetail; ?></span>
<i class="fas fa-history me-1"></i> <?= _("Historique taux") ?><span id="detailbareme"><?= $txt_nbdetail; ?></span>
</button>
</li>
</ul>