From: ivan Date: Tue, 23 Mar 2004 19:57:09 +0000 (+0000) Subject: small UI fix for unapplied partial credits X-Git-Tag: freeside_1_4_2beta1~180 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=af09390b9db4a37b054b6fbc26e3122244bf84d5;p=freeside.git small UI fix for unapplied partial credits --- diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index cc3600641..65247c04d 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -711,9 +711,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)'. '
'; } }