From 509e925804335b3cec474f25f57dbdbde939c322 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 15 Aug 2007 21:51:03 +0000 Subject: [PATCH] fix customer status color here too --- httemplate/edit/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index d13732afa..b081ad480 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -111,7 +111,7 @@ % if ( $custnum ) { Customer #<% $custnum %> - - + <% ucfirst($cust_main->status) %>

-- 2.11.0