[freeside-commits] freeside/httemplate/edit part_svc.cgi,1.56,1.57

Ivan,,, ivan at wavetail.420.am
Fri Feb 9 22:13:18 PST 2007


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

Modified Files:
	part_svc.cgi 
Log Message:
reincorporate the changes from http://www.sisd.com/cgi-bin/viewcvs.cgi/freeside/httemplate/edit/part_svc.cgi?r1=1.52&r2=1.53 that were lost due to the concurrent service-refactor merge

Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_svc.cgi,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- part_svc.cgi	8 Feb 2007 17:00:38 -0000	1.56
+++ part_svc.cgi	10 Feb 2007 06:13:15 -0000	1.57
@@ -280,7 +280,9 @@
 %
 %        } elsif ( $def->{type} eq 'select' ) {
 %
-%          $html .= qq!<SELECT NAME="${layer}__${field}" $disabled>!;
+%          $html .= qq!<SELECT NAME="${layer}__${field}" $disabled!;
+%          $html .= ' MULTIPLE' if $flag eq 'S';
+%          $html .= '>';
 %          $html .= '<OPTION> </OPTION>' unless $value;
 %          if ( $def->{select_table} ) {
 %            foreach my $record ( qsearch( $def->{select_table}, {} ) ) {



More information about the freeside-commits mailing list