diff --git a/template-parts/admin/artisans-section-group.php b/template-parts/admin/artisans-section-group.php index 55b50da..18836ea 100644 --- a/template-parts/admin/artisans-section-group.php +++ b/template-parts/admin/artisans-section-group.php @@ -30,8 +30,16 @@ $queryAllUnaffectedArtisansByStatus = array( 'compare' => '=' ), array( - 'key' => 'conseiller', - 'compare' => 'NOT EXISTS' + 'relation' => 'OR', + array( + 'key' => 'conseiller', + 'compare' => 'NOT EXISTS' + ), + array( + 'key' => 'conseiller', + 'value' => '', + 'compare' => '=' + ) ) ) );