From f37c3c6ac7c133abc53b73527f1e0000701eeddc Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 11 Jul 2017 11:22:07 -0400 Subject: RT# 76303 - fixed bug with tags not saving when selected --- FS/FS/part_event/Condition/has_cust_tag.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'FS') diff --git a/FS/FS/part_event/Condition/has_cust_tag.pm b/FS/FS/part_event/Condition/has_cust_tag.pm index 8a2df1479..0ca5ef5dd 100644 --- a/FS/FS/part_event/Condition/has_cust_tag.pm +++ b/FS/FS/part_event/Condition/has_cust_tag.pm @@ -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', -- cgit v1.2.1