From 95ec0ba6b56057953de04c6758cfce6d0a8d5fde Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 13 Mar 2015 14:22:54 -0500 Subject: [PATCH] RT#33877: Customer Status [fix only needed for 3_BRANCH] --- httemplate/view/cust_main/misc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index fe0e329c3..b085b550a 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -204,7 +204,7 @@ my $curuser = $FS::CurrentUser::CurrentUser; my @agentnums = $curuser->agentnums; -my $status_label = $cust_main->status_label; +my $status_label = ucfirst($cust_main->status); if ($cust_main->is_status_delay_cancel) { $status_label .= ' (Cancelled)'; } -- 2.20.1