From af09390b9db4a37b054b6fbc26e3122244bf84d5 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Mar 2004 19:57:09 +0000 Subject: [PATCH] small UI fix for unapplied partial credits --- httemplate/view/cust_main.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)'. '
'; } } -- 2.20.1