X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fpayment.cgi;h=ec50c03f166797be96aca56a68b2fa0e8c23679e;hb=2c757d7db4cb6a7b9655de13206fcc84fb7ce61f;hp=cea77fe1a3833b2add908289736334ce3afd36f4;hpb=83ce2076d59c3c27beb78dd5892b2da99fd60ec1;p=freeside.git diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index cea77fe1a..ec50c03f1 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('defaultcountry') || 'US' + 'country' => $conf->config('countrydefault') || 'US' } ); my @states = sort { $a cmp $b } keys %states; @@ -35,28 +35,18 @@ - + + + + <% #include( '/elements/table.html', '#cccccc' ) %> <%= ntable('#cccccc') %> @@ -92,7 +82,7 @@ function achclose() { Exp. @@ -112,7 +102,7 @@ function achclose() { CVV2 - (help) + (help) @@ -173,7 +163,7 @@ function achclose() { ABA/Routing number - (help) + (help) @@ -183,7 +173,7 @@ function achclose() { Account holder
- Social security or tax ID # + Social security or tax ID # @@ -205,5 +195,5 @@ function achclose() {
- - + +<%= include('/elements/footer.html') %>