diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-29 16:40:02 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-29 16:40:02 +0100 |
commit | d28465091fa36eb1158c425ee36af88c46d10c23 (patch) | |
tree | f365612b7c125aa9d34bb0fdfe9302833d535773 /bin/send-comments | |
parent | 131ff6e9bf3626d6a8fff6ae54669d250148a63a (diff) |
only send comments if problem was sent by Open311
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', |