[freeside-commits] branch master updated. 546f156e3b10675045dadd5ee058a7cb4ed5cdc4

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


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

    minor cleanup

diff --git a/FS/FS/part_event/Condition/has_pkg_class.pm b/FS/FS/part_event/Condition/has_pkg_class.pm
index 59a3675..dacb562 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';
 }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Condition/has_pkg_class.pm |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)




More information about the freeside-commits mailing list