X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation_pkg_tax.pm;h=c6222ac33a83c268fc8631b88cc23ae09e6cc825;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hp=f459ed2fc556a27338ec6aca688a807f3ce00f17;hpb=53ed077b4901be22b3ca5405a093364b6f6b6407;p=freeside.git diff --git a/FS/FS/quotation_pkg_tax.pm b/FS/FS/quotation_pkg_tax.pm index f459ed2fc..c6222ac33 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 or L defining the -tax. - -=item taxtype - the class of the tax rate represented by C. - =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') ;