X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=d2deae245f427f1fee0f52ae7d05ad7fe27a5d72;hb=HEAD;hp=d9bf91e1700baa60c889cc7b28d4d807a751c451;hpb=4dc075fc38008d1c6cbe9b88b2bdb32bdc92adbf;p=freeside.git diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index d9bf91e17..d2deae245 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -4,7 +4,7 @@ % my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') =~ /^(cust_misc|)$/ && @part_tag ) { - <% mt('Tags') |h %> + <% mt('Tags') |h %> % foreach my $part_tag ( @part_tag ) { tagcolor) @@ -21,7 +21,7 @@ % && ! $conf->exists('cust_main-default_agent_custid') ) { - <% mt('Agent customer ref#') |h %> + <% mt('Agent customer ref#') |h %> <% $cust_main->agent_custid %> % @@ -172,7 +172,7 @@ % } % foreach (sort { $a cmp $b } $cust_main->virtual_fields) { - <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_)) %> + <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_), 'TH') %> % }