[freeside-commits] branch FREESIDE_4_BRANCH updated. 38f5f57e1fa7e252c796c95b819579503ce65577
Ivan
ivan at 420.am
Sun Sep 25 10:59:33 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 38f5f57e1fa7e252c796c95b819579503ce65577 (commit)
from 17f273e1af27979fc75e2d9930d09cf874ff8219 (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 38f5f57e1fa7e252c796c95b819579503ce65577
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Sep 25 10:59:32 2016 -0700
minor cleanup
diff --git a/FS/FS/part_event/Condition/has_pkgpart.pm b/FS/FS/part_event/Condition/has_pkgpart.pm
index d85e1bd..5505a99 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 {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Condition/has_pkgpart.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the freeside-commits
mailing list