X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_svc.pm;h=580038be2bfdc6888f587e08ff1769522357ef23;hb=7d0b690f5684cdfdcd68d25568a101f6b088ad98;hp=4fae457e24be79404150be49419924f3e94bd478;hpb=0dd05e9ff98263d2d42b419b1e278a5a3bc594b2;p=freeside.git diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm index 4fae457e2..580038be2 100644 --- a/FS/FS/part_svc.pm +++ b/FS/FS/part_svc.pm @@ -425,6 +425,19 @@ sub part_export_usage { grep $_->can('usage_sessions'), $self->part_export; } +=item part_export_did + +Returns a list of any exports (see L) for this service that +are capable of returing available DID (phone number) information. + +=cut + +sub part_export_did { + my $self = shift; + grep $_->can('get_dids'), $self->part_export; +} + + =item cust_svc [ PKGPART ] Returns a list of associated customer services (FS::cust_svc records).