summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-11-04 23:40:51 +0000
committerivan <ivan>2002-11-04 23:40:51 +0000
commitf5f665d56da5dce4134008483b8ba4c61c10aa2e (patch)
tree3000259c06c0c21b72a6c5d0aac9b4fe09a54092
parent3020db53ead9c1ffa2209054cf01845e079193b7 (diff)
balance on small_custview
-rw-r--r--FS/FS/CGI.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index d69aad2fc..86d20f6cb 100644
--- a/FS/FS/CGI.pm
+++ b/FS/FS/CGI.pm
@@ -322,6 +322,10 @@ sub small_custview {
$html .= '</TR></TABLE>';
+ $html .= '<BR>Balance: <B>$'. $cust_main->balance. '</B><BR>';
+
+ # last payment might be good here too?
+
$html;
}