summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-14 14:09:39 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-14 14:09:39 -0700
commit72ba4b0d03f761655f8e3deff802e39234eb64bb (patch)
tree1880ce0370bd084f974a9e9a7ba3ad1bd0c9ca28
parentb070506cd3db05618a5c5ce0c608c527014354d3 (diff)
add e911 to vitelity integration, RT#73618, RT#76262
-rw-r--r--FS/FS/part_export/vitelity.pm2
1 files changed, 1 insertions, 1 deletions
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');