diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:59:31 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:59:31 -0700 |
commit | 38e8bacd564b497854017c54dff8ebc0abe2cb33 (patch) | |
tree | ae7f0c8b1bca469753fd05314b060bd0fb09d6df | |
parent | 546f156e3b10675045dadd5ee058a7cb4ed5cdc4 (diff) |
minor cleanup
-rw-r--r-- | FS/FS/part_event/Condition/has_pkgpart.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/part_event/Condition/has_pkgpart.pm b/FS/FS/part_event/Condition/has_pkgpart.pm index d85e1bd43..5505a99c5 100644 --- a/FS/FS/part_event/Condition/has_pkgpart.pm +++ b/FS/FS/part_event/Condition/has_pkgpart.pm @@ -1,9 +1,8 @@ package FS::part_event::Condition::has_pkgpart; +use base qw( FS::part_event::Condition ); use strict; -use base qw( FS::part_event::Condition ); - sub description { 'Customer has uncancelled specific package(s)'; } sub eventtable_hashref { |