diff options
Diffstat (limited to 'bin/oxfordshire/send-rdi-emails')
-rwxr-xr-x | bin/oxfordshire/send-rdi-emails | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oxfordshire/send-rdi-emails b/bin/oxfordshire/send-rdi-emails index 9eff02715..ab58ff525 100755 --- a/bin/oxfordshire/send-rdi-emails +++ b/bin/oxfordshire/send-rdi-emails @@ -38,6 +38,7 @@ foreach my $inspector (@inspectors) { end_date => $end_date, inspection_date => $inspection_date, user => $inspector, + mark_as_processed => 1, }; my $rdi = FixMyStreet::Integrations::ExorRDI->new($params); try { |