summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-05-09 12:38:40 +0000
committerivan <ivan>2002-05-09 12:38:40 +0000
commita63b2729682586d8860290576e9307629424dbe0 (patch)
treefafe65115572dab6a4e0e513edadda21368a1580 /FS/FS/part_pkg.pm
parente324bf00eaee9bd13702348b777642d7096b88a0 (diff)
texas tax!
Diffstat (limited to 'FS/FS/part_pkg.pm')
-rw-r--r--FS/FS/part_pkg.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index 1f3106544..9c33e9a3b 100644
--- a/FS/FS/part_pkg.pm
+++ b/FS/FS/part_pkg.pm
@@ -59,7 +59,7 @@ inherits from FS::Record. The following fields are currently supported:
=item recurtax - Recurring fee tax exempt flag, empty or `Y'
-=item taxclass - Texas tax class flag, empty or "none", "access", or "hosting"
+=item taxclass - Tax class flag
=item plan - Price plan
@@ -235,7 +235,7 @@ sub check {
|| $self->ut_anything('plandata')
|| $self->ut_enum('setuptax', [ '', 'Y' ] )
|| $self->ut_enum('recurtax', [ '', 'Y' ] )
- || $self->ut_enum('taxclass', [ '', 'none', 'access', 'hosting' ] )
+ || $self->ut_textn('taxclass')
|| $self->ut_enum('disabled', [ '', 'Y' ] )
;
}
@@ -297,7 +297,7 @@ sub payby {
=head1 VERSION
-$Id: part_pkg.pm,v 1.13 2002-05-04 15:00:18 ivan Exp $
+$Id: part_pkg.pm,v 1.14 2002-05-09 12:38:39 ivan Exp $
=head1 BUGS