diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:59:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:59:32 -0700 |
commit | 38f5f57e1fa7e252c796c95b819579503ce65577 (patch) | |
tree | 18824cd37127becb14e348ee77e8780838e19dfa | |
parent | 17f273e1af27979fc75e2d9930d09cf874ff8219 (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 { |