diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-04-11 12:22:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-11 12:22:39 -0700 |
| commit | f76bc1eca88fc191e553d79bd0bbacd3f50d1ce5 (patch) | |
| tree | a538ff823f0908c5049d05ca36d544d40f64b29c /FS | |
| parent | 2914a7824a18efd4c89e677dcc83c14ce9a28675 (diff) | |
load h_cust_main for change history
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 8058b5f7f..baa4057bd 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; |
