show credit balance on invoices, #11564
[freeside.git] / httemplate / index.html
index 60ab26f..5b550db 100644 (file)
@@ -2,6 +2,8 @@
 
 <% include('/elements/header.html', 'Billing Main' ) %>
 
+<% include('/elements/dashboard-install_welcome.html') %>
+
 <% include('/elements/dashboard-toplist.html') %>
 
 %  my $sth = dbh->prepare(
@@ -36,7 +38,7 @@
 % next unless $cust_main; 
 
     <TR>
-      <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $custnum %>: <% $cust_main->name %></A></TD>
+      <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $cust_main->display_custnum %>: <% $cust_main->name %></A></TD>
     </TR>
 
 %       if ( $bgcolor eq $bgcolor1 ) {