From 308500419c6f51ad9022fc93b9dcda5b5cb4efbe Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 Dec 2004 22:28:25 +0000 Subject: [PATCH] ui tweak for small customer view - line up billing and service address boxes --- FS/FS/CGI.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index a4fc42fe7..9dc635ad2 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -298,7 +298,7 @@ sub small_custview { my $html = 'Customer #'. $cust_main->custnum. ''. ' - '. ucfirst($cust_main->status). ''. - ntable('#e8e8e8'). ''. ntable("#cccccc",2). + ntable('#e8e8e8'). ''. ntable("#cccccc",2). 'Billing
Address'. $cust_main->getfield('last'). ', '. $cust_main->first. '
'; @@ -329,7 +329,7 @@ sub small_custview { my $pre = $cust_main->ship_last ? 'ship_' : ''; - $html .= ''. ntable("#cccccc",2). + $html .= ''. ntable("#cccccc",2). 'Service
Address'. $cust_main->get("${pre}last"). ', '. $cust_main->get("${pre}first"). '
'; -- 2.11.0