From b4342cb7130d7b3d0e7d8eb3ada02cac095e0f62 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Mar 2004 19:58:33 +0000 Subject: [PATCH] small UI fix for unapplied partial credits --- httemplate/view/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 65247c04d..25a2b0648 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -710,7 +710,7 @@ function cust_credit_areyousure(href) { } } if ( $cust_credit->credited > 0 ) { - $desc .= ' - $'. + $desc .= '  $'. $cust_credit->credited. ' unapplied'. qq! (apply)'. -- 2.20.1