summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-11 12:22:38 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-11 12:22:38 -0700
commitd8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8 (patch)
treeaa829fdfacceec3b307cc885f3f8f594d668d449
parente00603c86cd6cc39ca3362defdada07ab8a8faf1 (diff)
load h_cust_main for change history
-rw-r--r--FS/FS/Mason.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 376fedcc0..d277c282f 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -160,6 +160,7 @@ if ( -e $addl_handler_use_file ) {
use FS::cust_credit;
use FS::cust_credit_bill;
use FS::cust_main;
+ use FS::h_cust_main;
use FS::cust_main::Search qw(smart_search);
use FS::cust_main::Import;
use FS::cust_main_county;