summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-04-29 07:40:47 +0000
committerivan <ivan>2010-04-29 07:40:47 +0000
commit6f402df348017146e248ecaae2c71c0a9d708ea4 (patch)
treee89756960a29daf9da95d802c746c2cfa96a64de /FS
parent2070eba260962b206f936e46c64d8072c58b2194 (diff)
communigate (phase 2): rules: adding conditions and actions to rule edit. RT#7514
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cgp_rule.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cgp_rule.pm b/FS/FS/cgp_rule.pm
index 7e5c9fefb..82e712204 100644
--- a/FS/FS/cgp_rule.pm
+++ b/FS/FS/cgp_rule.pm
@@ -1,7 +1,7 @@
package FS::cgp_rule;
use strict;
-use base qw( FS::Record );
+use base qw( FS::o2m_Common FS::Record );
use FS::Record qw( qsearch qsearchs dbh );
use FS::cust_svc;
use FS::cgp_rule_condition;