diff options
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-x | bin/send-comments | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/send-comments b/bin/send-comments index 0fb3a75b9..b1c1463ce 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -49,6 +49,7 @@ while ( my $council = $councils->next ) { 'problem.whensent' => { '!=' => undef }, 'problem.external_id' => { '!=' => undef }, 'problem.council' => { -like => '%' . $council->area_id .'%' }, + 'problem.send_method_used' => 'Open311', }, { join => 'problem', |