From: Ivan Kohler Date: Tue, 19 Sep 2017 19:44:46 +0000 (-0700) Subject: don't send zip+4 to vitelity e911, RT#76262 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bf9f34d52a70261f0c074db080fd4edc4b4697ed don't send zip+4 to vitelity e911, RT#76262 --- diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm index 51e134aec..66b8bf881 100644 --- a/FS/FS/part_export/vitelity.pm +++ b/FS/FS/part_export/vitelity.pm @@ -332,6 +332,7 @@ sub e911_send { return '' if $self->option('disable_e911'); my %location = $svc_phone->location_hash; + $location{'zip'} =~ s/\-\d{4}$//; my %e911send = ( 'did' => $svc_phone->phonenum, 'address' => $location{'address1'},