dashboard_acheteur_departement_code est une liste
This commit is contained in:
@@ -146,10 +146,7 @@ def udpate_dashboard_cards(
|
|||||||
pl.col("acheteur_categorie").is_in(dashboard_acheteur_categorie)
|
pl.col("acheteur_categorie").is_in(dashboard_acheteur_categorie)
|
||||||
)
|
)
|
||||||
|
|
||||||
if (
|
if dashboard_acheteur_departement_code:
|
||||||
dashboard_acheteur_departement_code
|
|
||||||
and len(dashboard_acheteur_departement_code) >= 2
|
|
||||||
):
|
|
||||||
lff = lff.filter(
|
lff = lff.filter(
|
||||||
pl.col("acheteur_departement_code").is_in(
|
pl.col("acheteur_departement_code").is_in(
|
||||||
dashboard_acheteur_departement_code
|
dashboard_acheteur_departement_code
|
||||||
|
|||||||
Reference in New Issue
Block a user