diff options
-rwxr-xr-x | bin/fixmystreet.com/one-off-status-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixmystreet.com/one-off-status-update b/bin/fixmystreet.com/one-off-status-update index 5a3af226a..0e17d14b2 100755 --- a/bin/fixmystreet.com/one-off-status-update +++ b/bin/fixmystreet.com/one-off-status-update @@ -164,7 +164,7 @@ sub get_state { my $report = shift; if ( !$report->{Reason_for_Closure} && !$report->{DEFECT_STATUS} && $report->{Enquiry_TASK_STATUS} eq 'Completed') { - return "in progress"; + return "closed"; } my $fms_state = $alloy_to_fms_map{$report->{Reason_for_Closure}}; |