add e911 to vitelity integration, RT#73618, RT#76262
authorIvan Kohler <ivan@freeside.biz>
Wed, 14 Jun 2017 21:09:39 +0000 (14:09 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 14 Jun 2017 21:09:39 +0000 (14:09 -0700)
FS/FS/part_export/vitelity.pm

index 2956326..e53f7b7 100644 (file)
@@ -394,7 +394,7 @@ sub _export_insert {
   '';
 }
 
-sub e911send {
+sub e911_send {
   my($self, $svc_phone) = (shift, shift);
 
   return '' if $self->option('disable_e911');