[freeside-commits] branch master updated. a9e3c2ea4635e066f1aabcac4a91ee75cdf22ebd
Christopher Burger
burgerc at 420.am
Thu Aug 3 12:19:06 PDT 2017
The branch, master has been updated
via a9e3c2ea4635e066f1aabcac4a91ee75cdf22ebd (commit)
from cd6a235b511326103b31cb4453b4c90fffbcddbf (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 a9e3c2ea4635e066f1aabcac4a91ee75cdf22ebd
Author: Christopher Burger <burgerc at freeside.biz>
Date: Thu Aug 3 15:18:35 2017 -0400
RT# 75595 - made it only available for cust_pkg
diff --git a/FS/FS/part_event/Condition/pkg_contract_date.pm b/FS/FS/part_event/Condition/pkg_contract_date.pm
index 2bf791a..9cb75f6 100644
--- a/FS/FS/part_event/Condition/pkg_contract_date.pm
+++ b/FS/FS/part_event/Condition/pkg_contract_date.pm
@@ -8,12 +8,8 @@ sub description {
}
sub eventtable_hashref {
- { 'cust_main' => 1,
- 'cust_bill' => 1,
+ {
'cust_pkg' => 1,
- 'cust_pay' => 1,
- 'cust_pay_batch' => 1,
- 'cust_statement' => 1,
};
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Condition/pkg_contract_date.pm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
More information about the freeside-commits
mailing list