RT# 37817 - added a declaration to cust bill event actions that send out invoices
[freeside.git] / FS / FS / part_event / Action / pkg_sales_credit_pkg.pm
index 1e3c2b3..bd165f1 100644 (file)
@@ -1,7 +1,8 @@
 package FS::part_event::Action::pkg_sales_credit_pkg;
 
-use strict;
-use base qw( FS::part_event::Action::Mixin::credit_pkg
+# yes, they must be in this order
+use base qw( FS::part_event::Action::Mixin::pkg_sales_credit
+             FS::part_event::Action::Mixin::credit_pkg
              FS::part_event::Action::pkg_sales_credit );
 
 sub description { 'Credit the package sales person an amount based on the referred package'; }