X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_fee.pm;fp=FS%2FFS%2Fpart_fee.pm;h=0ca52a096f9eb44eba5a157331aec12a8bb78600;hb=817c1ce0e1cbcfd1f684222c66f46dd13b2d6dd7;hp=ef14b4f085f4d9722b3f61d702c0ee18632719bf;hpb=3846acae1c2a7ecb275e400cf3802ada6bc89ed2;p=freeside.git diff --git a/FS/FS/part_fee.pm b/FS/FS/part_fee.pm index ef14b4f08..0ca52a096 100644 --- a/FS/FS/part_fee.pm +++ b/FS/FS/part_fee.pm @@ -523,6 +523,11 @@ sub has_taxproduct { return ($self->taxproductnum ? 1 : 0); } +sub taxproduct { # compat w/ part_pkg + my $self = shift; + $self->part_pkg_taxproduct; +} + =back =head1 BUGS