RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / part_export / voipnow_did.pm
index 514db8d..1e15369 100644 (file)
@@ -44,6 +44,8 @@ sub did_cache {
   return $CACHE->get($self->exportnum) || $self->reload_cache;
 }
  
+sub can_get_dids { 1; }
+
 sub get_dids {
   my $self = shift;
   my %opt = @_;