summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-07-22 10:18:56 +0000
committerivan <ivan>2002-07-22 10:18:56 +0000
commit5e4671b1c30d8f6d68a770c7ad2dd40462ed6f2b (patch)
tree4b119911790bd1679b462a2e7e30a1b9fc553e7f
parentc8c220ea0d5776aaf42581a0e3e61336a8d798f3 (diff)
UI
-rw-r--r--FS/FS/CGI.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index 28b3a06fa..e44ebcc0a 100644
--- a/FS/FS/CGI.pm
+++ b/FS/FS/CGI.pm
@@ -253,7 +253,7 @@ sub small_custview {
my $html = 'Customer #<B>'. $cust_main->custnum. '</B>'.
ntable('#e8e8e8'). '<TR><TD>'. ntable("#cccccc",2).
- '<TR><TD ALIGN="right" VALIGN="top">Billing</TD><TD BGCOLOR="#ffffff">'.
+ '<TR><TD ALIGN="right" VALIGN="top">Billing<BR>Address</TD><TD BGCOLOR="#ffffff">'.
$cust_main->getfield('last'). ', '. $cust_main->first. '<BR>';
$html .= $cust_main->company. '<BR>' if $cust_main->company;
@@ -270,7 +270,7 @@ sub small_custview {
my $pre = $cust_main->ship_last ? 'ship_' : '';
$html .= '<TD>'. ntable("#cccccc",2).
- '<TR><TD ALIGN="right" VALIGN="top">Service</TD><TD BGCOLOR="#ffffff">'.
+ '<TR><TD ALIGN="right" VALIGN="top">Service<BR>Address</TD><TD BGCOLOR="#ffffff">'.
$cust_main->get("${pre}last"). ', '.
$cust_main->get("${pre}first"). '<BR>';
$html .= $cust_main->get("${pre}company"). '<BR>'