From 515f48e131383d2a8c6a830e11aebbee1ef52569 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 15 Aug 2007 21:51:04 +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 456b9d418..bca573862 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.20.1