X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=382cc492df7c34fbd4745769e69c09ee793d4ad5;hp=682b43d95c088cdd672cb0e33d4d6223b2469391;hb=6412f71a3557249225abf5eb2096ebad1729c585;hpb=aa7b51c0794f6a61e522fbba978f6c64446d8696 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 682b43d95..382cc492d 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -28,6 +28,7 @@ use FS::part_referral; use FS::cust_main_county; use FS::agent; use FS::cust_main_invoice; +use FS::cust_credit_bill; use FS::prepay_credit; @ISA = qw( FS::Record ); @@ -1398,7 +1399,7 @@ sub rebuild_fuzzyfiles { =head1 VERSION -$Id: cust_main.pm,v 1.22 2001-08-28 14:34:14 ivan Exp $ +$Id: cust_main.pm,v 1.24 2001-09-01 21:52:20 jeff Exp $ =head1 BUGS @@ -1415,8 +1416,6 @@ CyberCash v2 forces us to define some variables in package main. There should probably be a configuration file with a list of allowed credit card types. -CyberCash is the only processor. - No multiple currency support (probably a larger project than just this module). =head1 SEE ALSO