Added 'id' attribute to branchcode select list

This commit is contained in:
oleonard 2003-12-31 17:57:25 +00:00
parent 097c494a59
commit f94b052374

View file

@ -64,6 +64,7 @@ foreach my $branch (keys %$branches) {
$select_branches{$branch} = $branches->{$branch}->{'branchname'};
}
my $CGIbranch=CGI::scrolling_list( -name => 'branchcode',
-id => 'branchcode',
-values => \@select_branch,
-default => $data->{'branchcode'},
-labels => \%select_branches,