aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index b508a2bcc..34a9b1bfb 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -291,7 +291,7 @@ sub _populate_service_request_update_params {
} elsif ( $comment->problem->state eq 'not responsible' ) {
$status = 'NOT_COUNCILS_RESPONSIBILITY';
} elsif ( $comment->problem->state eq 'unable to fix' ) {
- $status = 'UNABLE_TO_FIX';
+ $status = 'NO_FURTHER_ACTION';
}
} else {
$status = $comment->problem->is_open ? 'OPEN' : 'CLOSED',;