[freeside-commits] freeside/httemplate/edit svc_www.cgi, 1.19.2.3, 1.19.2.4

Ivan,,, ivan at wavetail.420.am
Sun Sep 23 16:17:36 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv21200

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	svc_www.cgi 
Log Message:
i think this is a bug; should not show the svc_www.usersvc selector unless it is non-fixed or non-blank, NOT non-fixed or blank

Index: svc_www.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_www.cgi,v
retrieving revision 1.19.2.3
retrieving revision 1.19.2.4
diff -u -d -r1.19.2.3 -r1.19.2.4
--- svc_www.cgi	29 Jun 2007 21:06:52 -0000	1.19.2.3
+++ svc_www.cgi	23 Sep 2007 23:17:34 -0000	1.19.2.4
@@ -193,7 +193,7 @@
 %print "</SELECT></TD></TR>";
 %
 %if ( $part_svc->part_svc_column('usersvc')->columnflag ne 'F'
-%     || $part_svc->part_svc_column('usersvc')->columnvalue =~ /^\s*$/) {
+%     || $part_svc->part_svc_column('usersvc')->columnvalue !~ /^\s*$/) {
 %  print '<TR><TD ALIGN="right">Username</TD><TD><SELECT NAME="usersvc" SIZE=1>';
 %  print '<OPTION VALUE="">(none)';
 %  foreach $_ (keys %svc_acct) {



More information about the freeside-commits mailing list