[freeside-commits] freeside/httemplate/edit svc_www.cgi,1.22,1.23
Ivan,,,
ivan at wavetail.420.am
Sun Sep 23 16:17:35 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv21196
Modified Files:
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.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- svc_www.cgi 29 Jun 2007 21:06:51 -0000 1.22
+++ svc_www.cgi 23 Sep 2007 23:17:33 -0000 1.23
@@ -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