diff options
author | Dave Arter <davea@mysociety.org> | 2017-09-05 12:10:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-11 12:49:06 +0100 |
commit | 2cc255b912dc0f79de270be682a9e85d7fb95d7a (patch) | |
tree | 975b0c325836c33a5b548c65d66127802d25efe4 /bin | |
parent | c03096d4ffe3e17d504239ec4c0f006b1266c8e5 (diff) |
[Oxfordshire] Log when problems sent by RDI email.
The timestamp of when a problem was included in an RDI is shown on the
problem’s inspector form. Also check back and include any inspected
reports that for some reason haven't been instructed yet.
Fixes mysociety/fixmystreetforcouncils#223.
Diffstat (limited to 'bin')
-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 { |