[freeside-commits] freeside/httemplate/edit part_svc.cgi,1.55,1.56
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Feb 8 09:00:40 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv9837/httemplate/edit
Modified Files:
part_svc.cgi
Log Message:
fix usergroup in edit/part_svc.cgi
Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_svc.cgi,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- part_svc.cgi 6 Jan 2007 00:47:55 -0000 1.55
+++ part_svc.cgi 8 Feb 2007 17:00:38 -0000 1.56
@@ -223,7 +223,7 @@
% ' } else if ( f == "D" || f == "F" || f =="S" ) { //enable, text box',
% " what.form.${layer}__${field}.disabled = false;".
% " what.form.${layer}__${field}.style.backgroundColor = '#ffffff';".
-% ' if ( f == "S" ) {'.
+% " if ( f == 'S' || '${field}' == 'usergroup' ) {". # kludge
% " what.form.${layer}__${field}.multiple = true;".
% " } else {".
% " what.form.${layer}__${field}.multiple = false;".
More information about the freeside-commits
mailing list