diff options
author | ivan <ivan> | 2011-01-16 05:07:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-16 05:07:07 +0000 |
commit | db7718d5f12f23640688d804e9f0ba46dc2f47c0 (patch) | |
tree | f883e3574f5f06f01b474aae1599f8beb3fe2857 | |
parent | f0e144b28af5b689ce3a34c33b1a48a66d8b5bcb (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 ce1f15a00..d95ac70a7 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 |