voip innovations v3.0 api, RT#25641
[freeside.git] / FS / FS / part_svc.pm
index 27f0063..01f3034 100644 (file)
@@ -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