summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-04-16 22:52:14 +0000
committerivan <ivan>2002-04-16 22:52:14 +0000
commit95a40a1b8ebf86c76784c220d0d561f952d934ef (patch)
treeebd8270c7211ff1ece821a55a7a2ab69858aae63 /FS
parent9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d (diff)
further authorize.net description debugging (agent??) and get rid of
bad unique index on cust_bill_event
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
-rw-r--r--FS/FS/cust_bill.pm5
2 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 6bcf9c43e..2a7a4c103 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -481,7 +481,7 @@ httemplate/docs/config.html
{
'key' => 'defaultrecords',
'section' => 'BIND',
- 'description' => 'DNS entries add automatically when creating a domain',
+ 'description' => 'DNS entries to add automatically when creating a domain',
'type' => 'editlist',
'editlist_parts' => [ { type=>'text' },
{ type=>'immutable', value=>'IN' },
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 68ef094e3..2c21f1e46 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -483,7 +483,8 @@ sub realtime_card {
if ( $conf->exists('business-onlinepayment-description') ) {
my $dtempl = $conf->config('business-onlinepayment-description');
- my $agent = $cust_main->agent->agent;
+ my $agent_obj = $cust_main->agent;
+ my $agent = $agent_obj->agent;
my $pkgs = join(', ',
map { $_->cust_pkg->part_pkg->pkg }
grep { $_->pkgnum } $self->cust_bill_pkg
@@ -944,7 +945,7 @@ sub print_text {
=head1 VERSION
-$Id: cust_bill.pm,v 1.30 2002-04-16 22:38:04 ivan Exp $
+$Id: cust_bill.pm,v 1.31 2002-04-16 22:52:14 ivan Exp $
=head1 BUGS