summaryrefslogtreecommitdiff
path: root/httemplate/misc/payment.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/payment.cgi')
-rw-r--r--httemplate/misc/payment.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index d4fb4a2be..02c6c5428 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -22,7 +22,7 @@
my $conf = new FS::Conf;
my %states = map { $_->state => 1 }
qsearch('cust_main_county', {
- 'country' => $conf->config('countrydefault') || 'US'
+ 'country' => $conf->config('defaultcountry') || 'US'
} );
my @states = sort { $a cmp $b } keys %states;
@@ -183,7 +183,7 @@ function achclose() {
<TR>
<TD ALIGN="right">
Account&nbsp;holder<BR>
- Social&nbsp;security&nbsp;or&nbsp;tax&nbsp;ID&nbsp;#
+ Social&nbsp;security&nbsp;or&nbsp;tax&nbspID&nbsp;#
</TD>
<TD><INPUT TYPE="text" NAME="ss" VALUE="<%=$ss%>"></TD>
</TR>