[freeside-commits] branch master updated. 0c7672759a3254c4bd7317edb23f40d8880d99d6
Ivan
ivan at 420.am
Tue Sep 19 12:44:43 PDT 2017
The branch, master has been updated
via 0c7672759a3254c4bd7317edb23f40d8880d99d6 (commit)
from 498c7b956b39a5a7e13d299f847f0827bf0b32ba (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 0c7672759a3254c4bd7317edb23f40d8880d99d6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 19 12:44:40 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 51bb0aa..574592f 100644
--- a/FS/FS/part_export/vitelity.pm
+++ b/FS/FS/part_export/vitelity.pm
@@ -410,6 +410,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,
'name' => $svc_phone->phone_name_or_cust,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/vitelity.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list