[freeside-commits] branch master updated. d8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8

Ivan ivan at 420.am
Thu Apr 11 12:22:39 PDT 2013


The branch, master has been updated
       via  d8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8 (commit)
      from  e00603c86cd6cc39ca3362defdada07ab8a8faf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 11 12:22:38 2013 -0700

    load h_cust_main for change history

diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 376fedc..d277c28 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;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Mason.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list