diff options
author | ivan <ivan> | 2007-02-10 06:13:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-10 06:13:15 +0000 |
commit | 65b1729a22924fd72ba24449727268159b070b36 (patch) | |
tree | 5734593f7af2c1fc68da2967ad89b25e38216b59 /httemplate/edit | |
parent | 1eab936f24926c3f0ce408c508ea5cd378209374 (diff) |
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
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 4b841dd99..6ba9240e3 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -280,7 +280,9 @@ that field. % % } 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}, {} ) ) { |