summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-03-23 19:58:33 +0000
committerivan <ivan>2004-03-23 19:58:33 +0000
commitb4342cb7130d7b3d0e7d8eb3ada02cac095e0f62 (patch)
treecf1b2c43e74c31854b495ee4a3497cd904a791cc /httemplate
parentaf09390b9db4a37b054b6fbc26e3122244bf84d5 (diff)
small UI fix for unapplied partial credits
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
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 .= ' - <B><FONT COLOR="#FF0000">$'.
+ $desc .= '&nbsp;&nbsp;<B><FONT COLOR="#FF0000">$'.
$cust_credit->credited. ' unapplied</FONT></B>'.
qq! (<A HREF="${p}edit/cust_credit_bill.cgi?!.
$cust_credit->crednum. '">apply</A>)'.