X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Ffee.pm;h=163b4fa24369fb42b7a079557e7a127f6fadba7c;hb=947c1f964f1304242f8a6ffabacccf040f1d505e;hp=c700301e23e486cbafb0c61e712b48f256b07a26;hpb=5470df9cd0062a366aaf8ff7d1e66cf6fac60311;p=freeside.git diff --git a/FS/FS/part_event/Action/fee.pm b/FS/FS/part_event/Action/fee.pm index c700301e2..163b4fa24 100644 --- a/FS/FS/part_event/Action/fee.pm +++ b/FS/FS/part_event/Action/fee.pm @@ -26,10 +26,13 @@ sub do_action { my $cust_main = $self->cust_main($cust_object); + my $conf = new FS::Conf; + my %charge = ( 'amount' => $self->option('charge'), 'pkg' => $self->option('reason'), 'taxclass' => $self->option('taxclass'), + 'classnum' => $conf->config('finance_pkgclass'), 'setuptax' => $self->option('setuptax'), );