summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-11-04 23:40:55 +0000
committerivan <ivan>2002-11-04 23:40:55 +0000
commitbaaa14867224a536143b843ff33787f74d1c5032 (patch)
treeb3f82e19b1387cfe46316df38b6c847b14d6b6f1 /FS
parentd036b0227eb84732140866c72fd0d62cc3b92d7a (diff)
balance on small_custview
Diffstat (limited to 'FS')
-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;
}