[freeside-commits] branch FREESIDE_4_BRANCH updated. 17f273e1af27979fc75e2d9930d09cf874ff8219

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


The branch, FREESIDE_4_BRANCH has been updated
       via  17f273e1af27979fc75e2d9930d09cf874ff8219 (commit)
      from  148bca003b0b7238894dd9cd080c2d4fe0880d7c (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 17f273e1af27979fc75e2d9930d09cf874ff8219
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 10:59:12 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