From 4ec6c5b5b3f58fee4b5ac4f8881ddad047f0dbe7 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Fri, 12 Jun 2026 10:32:49 +0200 Subject: [PATCH] =?UTF-8?q?=C3=80=20classer=20:=20correction=20affichage?= =?UTF-8?q?=20lignes=20filtr=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _immobilisations_autres.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_immobilisations_autres.html b/_immobilisations_autres.html index bacef59..0401feb 100644 --- a/_immobilisations_autres.html +++ b/_immobilisations_autres.html @@ -114,7 +114,6 @@ {{:assign var="immo_lines." value=$immo_line}} {{/select}} -{{*:debug lines=$immo_lines nb_lines=$immo_lines|count nb_null=$nb_null nb_managed=$nb_managed nb_ignored=$nb_ignored nb_other=$nb_other unhide=$unhide*}}
@@ -148,7 +147,7 @@ {{else}} {{* vérifier si le libellé aurait pu être filtré *}} {{#foreach from=$module.config.filters item="filter"}} - {{if $filter|strpos:$trans_label !== false}} + {{if $trans_label|strpos:$filter !== false}} {{:assign status="ignored"}} {{/if}} {{/foreach}}