X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fpkg_sales_credit_pkg_class.pm;h=53ffc6cffac7c300e3868d392848280f2fbda45a;hb=eb40f5598b09feb017c0fb290a53b04d82513d77;hp=c69c004ba1a23dc78497ccdeb62c24afca1ef54a;hpb=9ae9c1bf422f012cdc5c19255ec4593ea7e83163;p=freeside.git diff --git a/FS/FS/part_event/Action/pkg_sales_credit_pkg_class.pm b/FS/FS/part_event/Action/pkg_sales_credit_pkg_class.pm index c69c004ba..53ffc6cff 100644 --- a/FS/FS/part_event/Action/pkg_sales_credit_pkg_class.pm +++ b/FS/FS/part_event/Action/pkg_sales_credit_pkg_class.pm @@ -1,8 +1,10 @@ package FS::part_event::Action::pkg_sales_credit_pkg_class; use base qw( FS::part_event::Action::Mixin::pkg_sales_credit + FS::part_event::Action::Mixin::credit_pkg FS::part_event::Action::Mixin::credit_sales_pkg_class - FS::part_event::Action::pkg_sales_credit ); + FS::part_event::Action::pkg_sales_credit + ); sub description { "Credit the package sales person an amount based on their commission percentage for the package's class"; }