RT# 76303 - fixed bug with tags not saving when selected
[freeside.git] / FS / FS / part_event / Condition / has_cust_tag.pm
index 8a2df14..0ca5ef5 100644 (file)
@@ -1,9 +1,8 @@
 package FS::part_event::Condition::has_cust_tag;
+use base qw( FS::part_event::Condition );
 
 use strict;
-
-use base qw( FS::part_event::Condition );
-use FS::Record qw( qsearch );
+#use FS::Record qw( qsearch );
 
 sub description {
   'Customer has tag',