À classer : correction affichage lignes filtrées
This commit is contained in:
parent
f69b5a0ee8
commit
4ec6c5b5b3
1 changed files with 1 additions and 2 deletions
|
|
@ -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*}}
|
||||
|
||||
<form method="post" action="">
|
||||
<fieldset>
|
||||
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue