X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=0a7f1f7cb968f2b85693280dc65db167458b128d;hb=8ca6f203e5dae208d7af581d68671fe47c5e1a1a;hp=2d94bbe59a75c5aeb96b717e23df59e9f3913e94;hpb=7edc02d950670623975f77c3037d4b9bb1af428a;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 2d94bbe59..0a7f1f7cb 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -940,7 +940,7 @@ invoice_time - Use this time when deciding when to print invoices and late notices on those invoices. The default is now. It is specified as a UNIX timestamp; see L). Also see L and L for conversion functions. -batch_card - Set this true to batch cards (see L). By +batch_card - Set this true to batch cards (see L). By default, cards are processed immediately, which will generate an error if CyberCash is not installed. @@ -1152,7 +1152,7 @@ sub collect { } my @invoicing_list = grep { $_ ne 'POST' } $self->invoicing_list; - if ( $conf->config('emailinvoiceonly') ) { + if ( $conf->exists('emailinvoiceonly') ) { @invoicing_list = $self->default_invoicing_list unless @invoicing_list; } @@ -1724,7 +1724,7 @@ sub append_fuzzyfiles { =head1 VERSION -$Id: cust_main.pm,v 1.36 2001-09-25 18:01:19 ivan Exp $ +$Id: cust_main.pm,v 1.38 2001-09-26 09:17:06 ivan Exp $ =head1 BUGS