From: ivan Date: Tue, 16 Apr 2002 22:38:04 +0000 (+0000) Subject: eek, problem with authorize.net description field X-Git-Tag: freeside_1_4_0_pre12~79 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d eek, problem with authorize.net description field --- 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