[freeside-commits] freeside/httemplate/edit part_svc.cgi, 1.62.2.3, 1.62.2.4
Ivan,,,
ivan at wavetail.420.am
Mon Feb 22 01:14:36 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv21114/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
part_svc.cgi
Log Message:
communigate: domain account defaults, RT#7083
Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_svc.cgi,v
retrieving revision 1.62.2.3
retrieving revision 1.62.2.4
diff -u -d -r1.62.2.3 -r1.62.2.4
--- part_svc.cgi 21 Feb 2010 03:16:04 -0000 1.62.2.3
+++ part_svc.cgi 22 Feb 2010 09:14:34 -0000 1.62.2.4
@@ -266,6 +266,14 @@
% 'empty_label' => 'Select inventory class',
% );
%
+% } elsif ( $def->{type} eq 'checkbox' ) {
+%
+% $html .= include('/elements/checkbox.html',
+% 'field' => $layer.'__'.$field,
+% 'curr_value' => $value,
+% 'value' => 'Y',
+% );
+%
% } elsif ( $def->{type} eq 'select' ) {
%
% $html .= qq!<SELECT NAME="${layer}__${field}" $disabled!;
More information about the freeside-commits
mailing list