diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:59:11 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 10:59:11 -0700 |
commit | 546f156e3b10675045dadd5ee058a7cb4ed5cdc4 (patch) | |
tree | d9232fc3b74e98280601454e03adace873709291 | |
parent | 0630efac112baae897d0097f915f3bf87c579b61 (diff) |
minor cleanup
-rw-r--r-- | FS/FS/part_event/Condition/has_pkg_class.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/FS/FS/part_event/Condition/has_pkg_class.pm b/FS/FS/part_event/Condition/has_pkg_class.pm index 59a3675c3..dacb5626b 100644 --- a/FS/FS/part_event/Condition/has_pkg_class.pm +++ b/FS/FS/part_event/Condition/has_pkg_class.pm @@ -1,11 +1,8 @@ package FS::part_event::Condition::has_pkg_class; +use base qw( FS::part_event::Condition ); use strict; -use base qw( FS::part_event::Condition ); -use FS::Record qw( qsearch ); -use FS::pkg_class; - sub description { 'Customer has uncancelled package with class'; } |