[freeside-commits] freeside/httemplate/edit part_svc.cgi, 1.65, 1.66

Ivan,,, ivan at wavetail.420.am
Mon Feb 22 01:14:06 PST 2010


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

Modified Files:
	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.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- part_svc.cgi	21 Feb 2010 03:16:02 -0000	1.65
+++ part_svc.cgi	22 Feb 2010 09:14:03 -0000	1.66
@@ -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