SureTax, #31639, #33015, #34598
[freeside.git] / FS / FS / part_fee.pm
index ef14b4f..0ca52a0 100644 (file)
@@ -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