summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-03-23 19:58:30 +0000
committerivan <ivan>2004-03-23 19:58:30 +0000
commit55263a2dfeb16ea313c5aed37ed30686c946a299 (patch)
treec8d82c655795d61d80729c5fb03b54923e88ca69 /httemplate
parent0a7ce21242738438169d6e9dba8856770ffa1af4 (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 a0fc2d67b..e8ea9943e 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -713,7 +713,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>)'.