diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-06-14 14:09:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-06-14 14:09:41 -0700 |
commit | df4a504190ec8c5b6f008441eb191407bdb1a5df (patch) | |
tree | 446c33047186a6e41b69b9e45dd3a17fe01f0c16 | |
parent | d034bbc6d3efc645a61b854942d1717bc636f876 (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 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'); |