[freeside-commits] branch FREESIDE_4_BRANCH updated. b3be12cf4ebf8d160b3531153eaaf09bf011f8d0

Ivan ivan at 420.am
Tue Sep 19 12:44:45 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  b3be12cf4ebf8d160b3531153eaaf09bf011f8d0 (commit)
      from  7156d7758f03979e266617e033b1c0870ba3ad98 (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 b3be12cf4ebf8d160b3531153eaaf09bf011f8d0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 19 12:44:44 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