diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-07-11 11:22:07 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-07-12 16:10:45 -0400 |
commit | ce0dabc99cf469db3abc85800b23be8dfcdd5790 (patch) | |
tree | 303b26c72d775776852f0ed09bfd33f1f64d4238 /FS | |
parent | f794618852978efcb4d135d8748c9b34f8b0ab5e (diff) |
RT# 76303 - fixed bug with tags not saving when selected
Conflicts:
httemplate/elements/checkboxes-table.html
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 ea56bcd34..cc81f685f 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', |