summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-04-16 22:38:04 +0000
committerivan <ivan>2002-04-16 22:38:04 +0000
commit9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d (patch)
tree574810d43265a8df7cbfa4d3eb5051321bf0a40c /FS
parent55dee0c595ea28dde3d2a30e1f238fc322e6e869 (diff)
eek, problem with authorize.net description field
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 816553bda..68ef094e3 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -483,7 +483,7 @@ sub realtime_card {
if ( $conf->exists('business-onlinepayment-description') ) {
my $dtempl = $conf->config('business-onlinepayment-description');
- my $agent = $self->cust_main->agent->agent;
+ my $agent = $cust_main->agent->agent;
my $pkgs = join(', ',
map { $_->cust_pkg->part_pkg->pkg }
grep { $_->pkgnum } $self->cust_bill_pkg
@@ -944,7 +944,7 @@ sub print_text {
=head1 VERSION
-$Id: cust_bill.pm,v 1.29 2002-04-16 10:47:34 ivan Exp $
+$Id: cust_bill.pm,v 1.30 2002-04-16 22:38:04 ivan Exp $
=head1 BUGS