Skip to content

Commit

Permalink
[Bexley] Add new status mapping code.
Browse files Browse the repository at this point in the history
FD-4591.
  • Loading branch information
dracos committed Oct 2, 2024
1 parent f2616cb commit 50ecad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/Open311/Endpoint/Integration/UK/Bexley/Symology.pm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sub _update_status {
'internal_referral'
} elsif ($action_due eq 'NCR') {
'not_councils_responsibility'
} elsif ($action_due =~ /^([NS]I[1-6]MOB|IPSGM|IGF|IABV)$/) {
} elsif ($action_due =~ /^([NS]I[1-6]MOB|IPSGM|IGF|IABV|ECI)$/) {
'investigating'
} elsif ($action_due =~ /^PT[CS]|TPHR|REIN|SNPR$/) {
'action_scheduled'
Expand Down

0 comments on commit 50ecad7

Please sign in to comment.