summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_acct_pop.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/FS/FS/svc_acct_pop.pm b/FS/FS/svc_acct_pop.pm
index a64adb25a..5e755ef73 100644
--- a/FS/FS/svc_acct_pop.pm
+++ b/FS/FS/svc_acct_pop.pm
@@ -42,6 +42,8 @@ inherits from FS::Record. The following fields are currently supported:
=item exch - exchange
+=item loc - rest of number
+
=back
=head1 METHODS
@@ -87,6 +89,7 @@ sub check {
or $self->ut_text('state')
or $self->ut_number('ac')
or $self->ut_number('exch')
+ or $self->ut_numbern('loc')
;
}
@@ -95,7 +98,7 @@ sub check {
=head1 VERSION
-$Id: svc_acct_pop.pm,v 1.1 1999-08-04 09:03:53 ivan Exp $
+$Id: svc_acct_pop.pm,v 1.2 2000-01-28 22:55:06 ivan Exp $
=head1 BUGS