summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg_taxoverride.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-04-02 20:42:44 +0000
committerjeff <jeff>2008-04-02 20:42:44 +0000
commit37f181cc0b65e4509dd68593cb7555db42d8e088 (patch)
treeeb6aea3dc3a4d79fbbb2cb549853b2d66d1300dc /FS/FS/part_pkg_taxoverride.pm
parent4ddcaeadf6f2a313b37e276275a6d44a4c0d5f7d (diff)
checkpoint tax editors and correct a blunder
Diffstat (limited to 'FS/FS/part_pkg_taxoverride.pm')
-rw-r--r--FS/FS/part_pkg_taxoverride.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/part_pkg_taxoverride.pm b/FS/FS/part_pkg_taxoverride.pm
index 656fe53..0fdfa50 100644
--- a/FS/FS/part_pkg_taxoverride.pm
+++ b/FS/FS/part_pkg_taxoverride.pm
@@ -41,9 +41,9 @@ Primary key
The package definition id
-=item taxnum
+=item taxclassnum
-The tax rate definition id
+The tax class id
=back
@@ -96,7 +96,7 @@ sub check {
my $error =
$self->ut_numbern('taxoverridenum')
|| $self->ut_foreign_key('pkgpart', 'part_pkg', 'pkgpart')
- || $self->ut_foreign_key('taxnum', 'tax_rate', 'taxnum')
+ || $self->ut_foreign_key('taxclassnum', 'tax_class', 'taxclassnum')
;
return $error if $error;