diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-07-11 11:22:07 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-07-12 12:07:55 -0400 |
commit | f37c3c6ac7c133abc53b73527f1e0000701eeddc (patch) | |
tree | 3a33c375ecb1cb31a9f230d358ea25be6c4c818f /FS | |
parent | 713396647226e3c2c9479f52f262460d41678ddd (diff) |
RT# 76303 - fixed bug with tags not saving when selected
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_event/Condition/has_cust_tag.pm | 5 |
1 files changed, 2 insertions, 3 deletions
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', |