From: ivan Date: Tue, 19 Nov 2002 05:17:46 +0000 (+0000) Subject: oops, remove 10 digit account number limit X-Git-Tag: freeside_1_5_0pre1~133 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d9877cfc04344365f799b52057a13fc39c5743b7;ds=sidebyside oops, remove 10 digit account number limit --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 8f2fe7cee..c8db6b206 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -402,7 +402,7 @@ if ( $payby_default eq 'HIDE' ) { my %payby = ( 'CARD' => qq!Credit card
${r}
${r}Exp !. expselect("CARD"). qq!
${r}Name on card
!, - 'CHEK' => qq!Electronic check
${r}Account number
${r}ABA/Routing code
${r}Bank name !, + 'CHEK' => qq!Electronic check
${r}Account number
${r}ABA/Routing code
${r}Bank name !, 'BILL' => qq!Billing
P.O.
Attention
!, 'COMP' => qq!Complimentary
${r}Approved by
${r}Exp !. expselect("COMP"), );