balance on small_custview
authorivan <ivan>
Mon, 4 Nov 2002 23:40:55 +0000 (23:40 +0000)
committerivan <ivan>
Mon, 4 Nov 2002 23:40:55 +0000 (23:40 +0000)
FS/FS/CGI.pm

index d69aad2..86d20f6 100644 (file)
@@ -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;
 }