diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:47:07 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-03-26 23:33:18 -0700 |
commit | 0456422b9eaf771e8c27cfb4ef4a0dd7e6f926f8 (patch) | |
tree | 327059675499bfa2be0ccbfd8918b37a29312b5e /FS | |
parent | ed9e6fe7b0f2979ef94f6c399853533ffab8e0d2 (diff) |
better display/edit of contacts on customer view, RT#16819
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 069d5b6aa..7d1a15621 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -8,6 +8,7 @@ use base qw( FS::cust_main::Packages FS::cust_main::Status FS::cust_main::Billing_Discount FS::otaker_Mixin FS::payinfo_Mixin FS::cust_main_Mixin FS::geocode_Mixin + FS::o2m_Common FS::Record ); use vars qw( $DEBUG $me $conf |