[freeside-commits] branch FREESIDE_3_BRANCH updated. bf9f34d52a70261f0c074db080fd4edc4b4697ed
Ivan
ivan at 420.am
Tue Sep 19 12:44:47 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via bf9f34d52a70261f0c074db080fd4edc4b4697ed (commit)
from 797198aa56051b5e5cbe1935568e4ba1b39fa082 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bf9f34d52a70261f0c074db080fd4edc4b4697ed
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 19 12:44:46 2017 -0700
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 51e134a..66b8bf8 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'},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/vitelity.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list