[freeside-commits] branch FREESIDE_3_BRANCH updated. 67194ad95bac1991404f0e40b3de404038696dda
Ivan
ivan at 420.am
Mon Jun 2 11:21:18 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 67194ad95bac1991404f0e40b3de404038696dda (commit)
from 704df08c7f81c0ac0e828362f0b1304225757374 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 67194ad95bac1991404f0e40b3de404038696dda
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jun 2 11:21:17 2014 -0700
add sales person event based on package amounts, RT#24086
diff --git a/FS/FS/part_event/Action/pkg_sales_credit_pkg.pm b/FS/FS/part_event/Action/pkg_sales_credit_pkg.pm
new file mode 100644
index 0000000..1e3c2b3
--- /dev/null
+++ b/FS/FS/part_event/Action/pkg_sales_credit_pkg.pm
@@ -0,0 +1,9 @@
+package FS::part_event::Action::pkg_sales_credit_pkg;
+
+use strict;
+use base qw( 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'; }
+
+1;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Action/pkg_sales_credit_pkg.pm | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 FS/FS/part_event/Action/pkg_sales_credit_pkg.pm
More information about the freeside-commits
mailing list