summaryrefslogtreecommitdiff
path: root/FS/FS/part_svc.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-25 17:24:11 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-25 17:24:11 -0800
commit4a7d77be7b7ddf76dd9cdd674d04104ee990b0e4 (patch)
tree1a1bf95930054be5f4d0dc680c75bd8209806aaa /FS/FS/part_svc.pm
parent761449917d3d1d7b3a2206785e702246b8b5625e (diff)
voip innovations v3.0 api, RT#25641
Diffstat (limited to 'FS/FS/part_svc.pm')
-rw-r--r--FS/FS/part_svc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm
index 27f0063..01f3034 100644
--- a/FS/FS/part_svc.pm
+++ b/FS/FS/part_svc.pm
@@ -480,7 +480,7 @@ are capable of returing available DID (phone number) information.
sub part_export_did {
my $self = shift;
- grep $_->can('get_dids'), $self->part_export;
+ grep $_->can_get_dids, $self->part_export;
}
=item part_export_dsl_pull