diff options
-rw-r--r-- | httemplate/view/cust_main/misc.html | 2 |
1 files changed, 1 insertions, 1 deletions
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)'; } |