From d0221fabd4656b3a04251ca6168cc45f54d23574 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Feb 2010 15:37:29 +0000 Subject: grandstream device configuration support #4220 --- FS/FS/part_export.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'FS/FS/part_export.pm') diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 16aad6d..d533db8 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -226,6 +226,17 @@ sub export_svc { qsearch('export_svc', { 'exportnum' => $self->exportnum } ); } +=item export_device + +Returns a list of associated FS::export_device records. + +=cut + +sub export_device { + my $self = shift; + qsearch('export_device', { 'exportnum' => $self->exportnum } ); +} + =item part_export_option Returns all options as FS::part_export_option objects (see -- cgit v1.1