summaryrefslogtreecommitdiff
path: root/FS/FS/quotation_pkg_tax.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-04-20 09:43:34 -0700
committerMark Wells <mark@freeside.biz>2015-04-20 09:43:34 -0700
commitc14803e37f1bfdcff882ee5cb35a9b10a93a88c9 (patch)
tree80229cc92340219b9cf2ebe1bb0cabffa6e281aa /FS/FS/quotation_pkg_tax.pm
parentf2cf5c2843dcef5db0941a1673538eb922fd5a5a (diff)
quotations + tax refactor, part 2
Diffstat (limited to 'FS/FS/quotation_pkg_tax.pm')
-rw-r--r--FS/FS/quotation_pkg_tax.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/quotation_pkg_tax.pm b/FS/FS/quotation_pkg_tax.pm
index f459ed2..c6222ac 100644
--- a/FS/FS/quotation_pkg_tax.pm
+++ b/FS/FS/quotation_pkg_tax.pm
@@ -41,11 +41,6 @@ to.
=item itemdesc - the name of the tax
-=item taxnum - the L<FS::cust_main_county> or L<FS::tax_rate> defining the
-tax.
-
-=item taxtype - the class of the tax rate represented by C<taxnum>.
-
=item setup_amount - the amount of tax calculated on one-time charges
=item recur_amount - the amount of tax calculated on recurring charges
@@ -94,8 +89,6 @@ sub check {
$self->ut_numbern('quotationtaxnum')
|| $self->ut_foreign_key('quotationpkgnum', 'quotation_pkg', 'quotationpkgnum')
|| $self->ut_text('itemdesc')
- || $self->ut_number('taxnum')
- || $self->ut_enum('taxtype', [ 'FS::cust_main_county', 'FS::tax_rate' ])
|| $self->ut_money('setup_amount')
|| $self->ut_money('recur_amount')
;