From: ivan Date: Mon, 4 Nov 2002 23:40:55 +0000 (+0000) Subject: balance on small_custview X-Git-Tag: freeside_1_5_0pre1~148 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=baaa14867224a536143b843ff33787f74d1c5032 balance on small_custview --- 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 .= ''; + $html .= '
Balance: $'. $cust_main->balance. '
'; + + # last payment might be good here too? + $html; }