From 9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 22:38:04 +0000 Subject: [PATCH] eek, problem with authorize.net description field --- FS/FS/cust_bill.pm | 4 ++-- 1 file 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 -- 2.11.0