diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-06-14 14:09:42 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-06-14 14:09:42 -0700 |
commit | 226a7d0189cb43980a37c586c28fb62074b5117f (patch) | |
tree | 8e267b8b58c79a12eecf409a36eabe3112471226 | |
parent | 884bd92cd47b9602dab999502877545a5bc5be98 (diff) |
add e911 to vitelity integration, RT#73618, RT#76262
-rw-r--r-- | FS/FS/part_export/vitelity.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm index 1505c78d3..30c68d316 100644 --- a/FS/FS/part_export/vitelity.pm +++ b/FS/FS/part_export/vitelity.pm @@ -320,7 +320,7 @@ sub _export_insert { ''; } -sub e911send { +sub e911_send { my($self, $svc_phone) = (shift, shift); return '' if $self->option('disable_e911'); |