diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2013-09-11 15:17:10 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2013-09-11 15:17:10 +0100 |
commit | 35b29430a2c40dc85bcb01e189b8bb4710a5388e (patch) | |
tree | d1b051516a71e58bcfa446f46694035e3380a522 | |
parent | b97bfa3f95466c008af8236aca0537d224446c0e (diff) |
[Zurich] Don't store problem_state when creating the internal note comment
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 5a1a65f7e..2b3542a92 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -411,7 +411,6 @@ sub admin_report_edit { user => $c->user->obj, state => 'hidden', # seems best fit, should not be shown publicly mark_fixed => 0, - problem_state => $problem->state, anonymous => 1, extra => { is_internal_note => 1 }, } ); |