diff options
author | ivan <ivan> | 2004-03-23 19:57:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-23 19:57:06 +0000 |
commit | 0a7ce21242738438169d6e9dba8856770ffa1af4 (patch) | |
tree | fe30c027331109aa80ad2c8d7ea37ec773ff20a4 /httemplate/view/cust_main.cgi | |
parent | a60469e86166291a4a03a6c534d1f88ef070dd4a (diff) |
small UI fix for unapplied partial credits
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
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 .= ' - <B><FONT COLOR="#FF0000">$'. - $cust_credit->unapplied. ' unapplied</FONT></B>'. + $cust_credit->credited. ' unapplied</FONT></B>'. qq! (<A HREF="${p}edit/cust_credit_bill.cgi?!. - $cust_credit->crednum. '">apply</A>'. + $cust_credit->crednum. '">apply</A>)'. '<BR>'; } } |