X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=c7399ae7e52d0eb819c9f55de3f030a101fb32a1;hb=24389dff37b486ed4f0281bd50a3ff1ee77ae74d;hp=0d011f6ebe26f0ec7aba8c6256a21f1260114a29;hpb=cdc349ac42247cd97cd475918b75a8e8e71ec0c2;p=freeside.git diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 0d011f6eb..c7399ae7e 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -7,7 +7,7 @@ <% mt('Status') |h %> - <% ucfirst($cust_main->status) %> + <% $status_label %> % my @part_tag = $cust_main->part_tag; @@ -183,7 +183,7 @@ % if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { - <% mt('Edit ticket subjects') %> + <% emt('Edit ticket subjects') %> <% $cust_main->edit_subject ? 'yes' : 'no' %> @@ -204,4 +204,9 @@ my $curuser = $FS::CurrentUser::CurrentUser; my @agentnums = $curuser->agentnums; +my $status_label = ucfirst($cust_main->status); +if ($cust_main->is_status_delay_cancel) { + $status_label .= ' (Cancelled)'; +} +