diff options
author | Dave Arter <davea@mysociety.org> | 2017-07-24 16:09:27 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-07-24 17:12:18 +0100 |
commit | 3fb659de784e8cc40817f072f7181187f460f860 (patch) | |
tree | a137b8258b760d6659604d08d7a6b7a51bfe7aaf /perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm | |
parent | 362b8ca38939ca35dff8a04c0ac3434e6b3559cc (diff) |
[Oxfordshire] RDI file should show all inspections as happening on the same date
Fixes mysociety/fixmystreetforcouncils#203
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm b/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm index 1711ecb10..b03a2ab98 100644 --- a/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm +++ b/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm @@ -56,6 +56,7 @@ sub download : Path('download') : Args(0) { my $params = { start_date => $start_date, + inspection_date => $start_date, end_date => $end_date + $one_day, user => $c->get_param('user_id'), }; |