summaryrefslogtreecommitdiff
path: root/FS/FS/svc_forward.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-02-11 23:01:01 +0000
committerivan <ivan>2002-02-11 23:01:01 +0000
commitae01ce5a885b51179d78e200338ec87e945b98ae (patch)
treeac992fcca4ea457940be55a2d5234e75d08b0c91 /FS/FS/svc_forward.pm
parentc4f0380bb9f5f7b497092c3d750953e2ef1562fa (diff)
oops, code hidden by pod
Diffstat (limited to 'FS/FS/svc_forward.pm')
-rw-r--r--FS/FS/svc_forward.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS/svc_forward.pm b/FS/FS/svc_forward.pm
index 1476dbf78..7fde3eeab 100644
--- a/FS/FS/svc_forward.pm
+++ b/FS/FS/svc_forward.pm
@@ -308,16 +308,18 @@ sub srcsvc_acct {
Returns the FS::svc_acct object referenced by the srcsvc column, or false for
forwards not local to freeside.
-=back
+=cut
sub dstsvc_acct {
my $self = shift;
qsearchs('svc_acct', { 'svcnum' => $self->dstsvc } );
}
+=back
+
=head1 VERSION
-$Id: svc_forward.pm,v 1.8 2001-10-29 20:53:38 ivan Exp $
+$Id: svc_forward.pm,v 1.9 2002-02-11 23:01:01 ivan Exp $
=head1 BUGS