X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=5987459a58d90d96604e9cfae4cda19020a8de65;hb=81557398ed4af77c420959a84398f123133cdd67;hp=6e90a0b4c8659f1f61ee570f473a6b7ee0f35774;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 6e90a0b4c..5987459a5 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -1,19 +1,19 @@ <% ntable("#cccccc") %><% &ntable("#cccccc",2) %> - Customer number + <% mt('Customer number') |h %> <% $cust_main->display_custnum %> - Status + <% mt('Status') |h %> <% ucfirst($cust_main->status) %> % my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') =~ /^(cust_misc|)$/ && @part_tag ) { - Tags + <% mt('Tags') |h %> % foreach my $part_tag ( @part_tag ) { tagcolor) @@ -30,7 +30,7 @@ % && !$curuser->access_right('View customers of all agents') ) { % my $agent = qsearchs('agent',{ 'agentnum' => $cust_main->agentnum } ); - Agent + <% mt('Agent') |h %> <% $agent->agentnum %>: <% $agent->agent %> % } @@ -39,7 +39,7 @@ % && ! $conf->exists('cust_main-default_agent_custid') ) { - Agent customer ref# + <% mt('Agent customer ref#') |h %> <% $cust_main->agent_custid %> % @@ -47,8 +47,8 @@ % #if ( $cust_main->classnum ) { - Class - <% $cust_main->classname || '(none)' %> + <% mt('Class') |h %> + <% $cust_main->classname || '('.emt('none').')' %> % #} @@ -58,14 +58,14 @@ % } ); - Advertising source + <% mt('Advertising source') |h %> <% $referral->refnum %>: <% $referral->referral%> % } - Referring Customer + <% mt('Referring Customer') |h %> % % my $referring_cust_main = ''; @@ -93,12 +93,12 @@ - Order taker + <% mt('Order taker') |h %> <% $cust_main->otaker %> - Signup Date + <% mt('Signup Date') |h %> <% $cust_main->signupdate ? time2str($date_format, $cust_main->signupdate) : '' %> @@ -110,7 +110,7 @@ % : ''; - Date of Birth + <% mt('Date of Birth') |h %> <% $dt ? $dt->strftime($date_format) : '' %> @@ -119,12 +119,21 @@ % if ( $conf->exists('cust_main-require_censustract') ) { - Census tract + <% mt('Census tract') |h %> <% $cust_main->censustract %> % } +% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { + + + <% mt('Edit ticket subjects') %> + <% $cust_main->edit_subject ? 'yes' : 'no' %> + + +% } + <%init>