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, 2 insertions, 0 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index e506ec1d0..efa0ac64f 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -312,6 +312,8 @@ sub _populate_service_request_update_params {
$status = 'NOT_COUNCILS_RESPONSIBILITY';
} elsif ( $state eq 'unable to fix' ) {
$status = 'NO_FURTHER_ACTION';
+ } elsif ( $state eq 'internal referral' ) {
+ $status = 'INTERNAL_REFERRAL';
}
} else {
if ( !FixMyStreet::DB::Result::Problem->open_states()->{$state} ) {