Skip to content

Commit

Permalink
[Merton] Only look at reports already sent to Echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Aug 16, 2024
1 parent c90919b commit 9a25245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perllib/FixMyStreet/Script/Merton/SendWaste.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ sub _problems {
my $self = shift;
FixMyStreet::DB->resultset('Problem')->to_body($self->body->id)->search({
state => { -not_in => [ FixMyStreet::DB::Result::Problem::hidden_states ] },
external_id => { '!=' => undef },
cobrand_data => 'waste',
cobrand => 'merton',
-not => { extra => { '\?' => 'sent_to_crimson' } },
Expand Down

0 comments on commit 9a25245

Please sign in to comment.