This commit is contained in:
KONE SOREL 2026-01-21 14:01:33 +00:00
parent d2c0b7b4bf
commit 9f33e0f554
2 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@ $(function() {
let nomForm = $("#nomForm").val();
/*
if(nomForm == "remboursementClassic")
{
let filtre = "0";
@ -57,6 +58,7 @@ $(function() {
lister_dossiers_classiques(filtre);
}
*/
});

View File

@ -62,7 +62,7 @@
<i class="fas fa-filter me-2"></i>
<span class="small fw-bold text-uppercase w-25"><?= _("Filtre actif :") ?></span>
<input id="libelleFiltre" name="libelleFiltre" class="form-control form-control-sm bg-transparent border-0 fw-bold p-0 shadow-none"
type="text" value="" readonly style="color: inherit;">
type="text" value="<?= ("Aucun")?>" readonly style="color: inherit;">
</div>
</div>