Corrections de typage et d'appels à filter_table_data

This commit is contained in:
Colin Maudry
2026-04-19 23:55:20 +02:00
parent 7aef7acd34
commit e44fe452b2
6 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ def download_filtered_acheteur_data(
if filter_query:
track_search(filter_query, "ach download")
lff = filter_table_data(lff, filter_query, "ach download")
lff = filter_table_data(lff, filter_query)
if len(sort_by) > 0:
lff = sort_table_data(lff, sort_by)