diff options
author | ivan <ivan> | 2011-01-16 05:07:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-16 05:07:04 +0000 |
commit | fbab214cf73e03f9d8524fb385360cfe2cfb0b41 (patch) | |
tree | 3c4b3ade3ff3b647886e3d9d6ac18ac850323baa | |
parent | 3d60ed3b43a33b67311c5ec9840312fc7871a6d2 (diff) |
use
-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 1080afaf2..2cca79d1a 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -66,6 +66,7 @@ use FS::payment_gateway; use FS::agent_payment_gateway; use FS::banned_pay; use FS::cust_main_note; +use FS::cust_attachment; # 1 is mostly method/subroutine entry and options # 2 traces progress of some operations |