From 38e8bacd564b497854017c54dff8ebc0abe2cb33 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Sep 2016 10:59:31 -0700 Subject: [PATCH] minor cleanup --- FS/FS/part_event/Condition/has_pkgpart.pm | 3 +-- 1 file changed, 1 insertion(+), 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 { -- 2.11.0