X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fvitelity.pm;h=66b8bf881fdf4322966bb8bd92efc350ca2d796b;hb=bf9f34d52a70261f0c074db080fd4edc4b4697ed;hp=51e134aec674809f39f48dbbab2995fa5e02419b;hpb=797198aa56051b5e5cbe1935568e4ba1b39fa082;p=freeside.git 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'},