diff options
-rw-r--r-- | perllib/Open311/PopulateServiceList.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perllib/Open311/PopulateServiceList.pm b/perllib/Open311/PopulateServiceList.pm index 813c27cff..ac9f156ae 100644 --- a/perllib/Open311/PopulateServiceList.pm +++ b/perllib/Open311/PopulateServiceList.pm @@ -296,10 +296,11 @@ sub _delete_contacts_not_in_service_list { } ); - # for Warwickshire/Bristol, which are mixed Open311 and email, don't delete + # for Warwickshire/Bristol/BANES, which are mixed Open311 and email, don't delete # the email addresses if ($self->_current_body->name eq 'Warwickshire County Council' || - $self->_current_body->name eq 'Bristol City Council') { + $self->_current_body->name eq 'Bristol City Council' || + $self->_current_body->name eq 'Bath and North East Somerset Council') { $found_contacts = $found_contacts->search( { email => { -not_like => '%@%' } |