X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=a0fc2d67bda458203dd02a2b2492f49edc35fcd5;hp=cc36006417e5f9ce3c0263a1d1624f81be6c4b43;hb=0a7ce21242738438169d6e9dba8856770ffa1af4;hpb=e3f327b2af9e6a591bae41d315fda731ec7f5128 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index cc3600641..a0fc2d67b 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -570,9 +570,12 @@ function cust_credit_areyousure(href) { <% if ( $conf->config('payby-default') ne 'HIDE' ) { %> -

Payment History - (Post payment - | Post credit) +

Payment History
+ Post cash/check payment + | Process credit card payment + | Process electronic check (ACH) payment +
Post credit +
<% #get payment history @@ -711,9 +714,9 @@ function cust_credit_areyousure(href) { } if ( $cust_credit->credited > 0 ) { $desc .= ' - $'. - $cust_credit->unapplied. ' unapplied'. + $cust_credit->credited. ' unapplied'. qq! (apply'. + $cust_credit->crednum. '">apply)'. '
'; } }