diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:09:15 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 15:09:15 +0000 |
commit | f749ca5086240b1bc9276617396863eaa6fcb91e (patch) | |
tree | 8bbb707b4085b9bc20c36843df3a9ce4f9443d02 /perllib | |
parent | 33510ba074045673e204a83a6e28620e29259581 (diff) |
Put planned in all_states.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 693d6dcc9..08f6beb6e 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -301,6 +301,7 @@ sub all_states { 'confirmed' => 1, 'investigating' => 1, 'in progress' => 1, + 'planned' => 1, 'action scheduled' => 1, 'fixed' => 1, 'fixed - council' => 1, |