diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-16 13:45:13 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-16 13:47:59 +0000 |
commit | 03951604640490c9923a23782f485562b00ac592 (patch) | |
tree | 3c3ac46d2ead89df2eb31c2f812d3433eab9151a /t/app/controller/dashboard.t | |
parent | ffe002094e634462ba2ae303f3ee5cdf090ac1fc (diff) |
Treat dashboard end date as that given, inclusive.
If someone selects 15-16th November, they want reports
from both those dates, not just the 15th.
Diffstat (limited to 't/app/controller/dashboard.t')
-rw-r--r-- | t/app/controller/dashboard.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/dashboard.t b/t/app/controller/dashboard.t index 3a22d4280..c1706cc81 100644 --- a/t/app/controller/dashboard.t +++ b/t/app/controller/dashboard.t @@ -621,7 +621,7 @@ FixMyStreet::override_config { 'Status', 'Latitude', 'Longitude', - 'Nearest Postcode', + 'Query', 'Ward', 'Easting', 'Northing', |