[freeside-commits] freeside/httemplate/elements tr-select-cust_tag.html, 1.1, 1.2

Erik Levinson levinse at wavetail.420.am
Thu Nov 4 20:56:08 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv30168/httemplate/elements

Modified Files:
	tr-select-cust_tag.html 
Log Message:
add a multi-select for tags to advanced customer search, RT6376


Index: tr-select-cust_tag.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-cust_tag.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- tr-select-cust_tag.html	16 Jul 2010 23:45:23 -0000	1.1
+++ tr-select-cust_tag.html	5 Nov 2010 03:56:06 -0000	1.2
@@ -1,4 +1,4 @@
-% if ( $curuser->access_right('Edit customer tags') && @part_tag ) {
+% if ( ($curuser->access_right('Edit customer tags') && @part_tag) || $is_report ) {
 
   <TR>
     <TD ALIGN="right"><% $opt{'label'} || 'Tags' %></TD>
@@ -25,6 +25,7 @@
 
 my %opt = @_;
 my $cgi = $opt{'cgi'};
+my $is_report = $opt{'is_report'};
 
 my @curr_tagnum = ();
 if ( $cgi->param('error') ) {



More information about the freeside-commits mailing list