diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-09 14:51:28 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-09 14:51:28 +0000 |
commit | f57a9bef43d2ec331f435dccaac0a3d0ef2f4a4f (patch) | |
tree | 203f7b427d3eb6d9b8ac6a1bade73aa2c600f83b | |
parent | fcfbb5c22b27800726b78401bf9d433f7a8f173c (diff) |
If Zurich SDM sends report back to DM, should remain confirmed.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 6753d580c..ec77c98f0 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -149,7 +149,7 @@ sub admin_report_edit { $c->forward('check_token'); $problem->bodies_str( $body->parent->id ); - $problem->state( 'unconfirmed' ); + $problem->state( 'confirmed' ); $problem->update; # log here |