[freeside-commits] branch master updated. 38e8bacd564b497854017c54dff8ebc0abe2cb33

Ivan ivan at 420.am
Sun Sep 25 10:59:32 PDT 2016


The branch, master has been updated
       via  38e8bacd564b497854017c54dff8ebc0abe2cb33 (commit)
      from  546f156e3b10675045dadd5ee058a7cb4ed5cdc4 (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 38e8bacd564b497854017c54dff8ebc0abe2cb33
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 10:59:31 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