From d8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 11 Apr 2013 12:22:38 -0700 Subject: [PATCH] load h_cust_main for change history --- FS/FS/Mason.pm | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0