diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-21 10:58:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-21 10:58:08 +0000 |
commit | 327397be805b01eb182cb4605e6386b2e3ec9b05 (patch) | |
tree | 469f6ab58e67e0dfaf2c89272e10d7249211cc70 | |
parent | 045f1d1710e508f5a250c6b30c55272e43fc1df4 (diff) |
When sent back to Zurich division, alter status back from in progress.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index b62be6468..539c21d76 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -145,6 +145,7 @@ sub admin_report_edit { $c->forward('check_token'); $problem->bodies_str( $body->parent->id ); + $problem->state( 'unconfirmed' ); $problem->update; # log here |