RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / part_export / globalpops_voip.pm
index 59e0bc4..5eee13f 100644 (file)
@@ -30,6 +30,8 @@ END
 
 sub rebless { shift; }
 
+sub can_get_dids { 1; }
+
 sub get_dids {
   my $self = shift;
   my %opt = ref($_[0]) ? %{$_[0]} : @_;