From 90d8aaced90a89974109de6a016a62bee4a7457c Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 17 Jul 2010 22:15:37 +0000 Subject: customer tags, RT#9192 --- httemplate/view/cust_main.cgi | 1 - httemplate/view/cust_main/misc.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index d854a01fa..a196c7510 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -15,7 +15,6 @@ ? 'STYLE="background-color:#'.$part_tag->tagcolor.'"' : '' %>><% $part_tag->tagname.': '. $part_tag->tagdesc |h %> -
% } diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 2243647a3..6e90a0b4c 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -11,7 +11,7 @@ % my @part_tag = $cust_main->part_tag; -% if ( @part_tag ) { +% if ( $conf->config('cust_tag-location') =~ /^(cust_misc|)$/ && @part_tag ) { Tags -- cgit v1.2.1