From: ivan Date: Mon, 22 Jul 2002 10:18:56 +0000 (+0000) Subject: UI X-Git-Tag: freeside_1_4_0~4 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5e4671b1c30d8f6d68a770c7ad2dd40462ed6f2b UI --- 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 #'. $cust_main->custnum. ''. ntable('#e8e8e8'). ''. ntable("#cccccc",2). - 'Billing'. + 'Billing
Address'. $cust_main->getfield('last'). ', '. $cust_main->first. '
'; $html .= $cust_main->company. '
' if $cust_main->company; @@ -270,7 +270,7 @@ sub small_custview { my $pre = $cust_main->ship_last ? 'ship_' : ''; $html .= ''. ntable("#cccccc",2). - 'Service'. + 'Service
Address'. $cust_main->get("${pre}last"). ', '. $cust_main->get("${pre}first"). '
'; $html .= $cust_main->get("${pre}company"). '
'