X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=a0fc2d67bda458203dd02a2b2492f49edc35fcd5;hp=c846b655d23b9b03c53b145eff27a56fc372acc4;hb=0a7ce21242738438169d6e9dba8856770ffa1af4;hpb=a60469e86166291a4a03a6c534d1f88ef070dd4a diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index c846b655d..a0fc2d67b 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -714,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)'. '
'; } }