This commit was manufactured by cvs2svn to create tag 'freeside_2_1_1'.
[freeside.git] / httemplate / elements / tr-select-cust_tag.html
index b2b6d96..d88f3a8 100644 (file)
@@ -1,4 +1,4 @@
-% if ( ($curuser->access_right('Edit customer tags') && @part_tag) || $is_report ) {
+% if ( $curuser->access_right('Edit customer tags') && @part_tag ) {
 
   <TR>
     <TD ALIGN="right"><% $opt{'label'} || 'Tags' %></TD>
@@ -25,7 +25,6 @@ my $curuser = $FS::CurrentUser::CurrentUser;
 
 my %opt = @_;
 my $cgi = $opt{'cgi'};
-my $is_report = $opt{'is_report'};
 
 my @curr_tagnum = ();
 if ( $cgi->param('error') ) {