From 72ba4b0d03f761655f8e3deff802e39234eb64bb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 14 Jun 2017 14:09:39 -0700 Subject: [PATCH] add e911 to vitelity integration, RT#73618, RT#76262 --- FS/FS/part_export/vitelity.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm index 2956326b1..e53f7b75f 100644 --- a/FS/FS/part_export/vitelity.pm +++ b/FS/FS/part_export/vitelity.pm @@ -394,7 +394,7 @@ sub _export_insert { ''; } -sub e911send { +sub e911_send { my($self, $svc_phone) = (shift, shift); return '' if $self->option('disable_e911'); -- 2.11.0