From: ivan Date: Tue, 23 Mar 2004 19:57:06 +0000 (+0000) Subject: small UI fix for unapplied partial credits X-Git-Tag: NET_WHOIS_RAW_0_31~37 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0a7ce21242738438169d6e9dba8856770ffa1af4;hp=a60469e86166291a4a03a6c534d1f88ef070dd4a small UI fix for unapplied partial credits --- 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)'. '
'; } }