X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation_pkg_tax.pm;h=c6222ac33a83c268fc8631b88cc23ae09e6cc825;hb=a354fed1dedc65cf62e63d940e1cfb9c4364e6d3;hp=3d1dcebbbfbe8a1c21762290000009e92ca59e9c;hpb=35c18f29bc29dedfe2fa4ef037390d90b17f87ba;p=freeside.git diff --git a/FS/FS/quotation_pkg_tax.pm b/FS/FS/quotation_pkg_tax.pm index 3d1dcebbb..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') ; @@ -104,12 +97,6 @@ sub check { $self->SUPER::check; } -#stub for 3.x -sub quotation_pkg { - my $self = shift; - FS::quotation_pkg->by_key($self->quotationpkgnum); -} - =back =head1 SEE ALSO