fix project management template var and removed english text prepended to id

This commit is contained in:
Colin Kuskie 2006-10-04 16:43:37 +00:00
parent 030b9043ff
commit cd6caa0a8c
4 changed files with 5 additions and 4 deletions

View file

@ -1242,7 +1242,7 @@ sub www_viewProject {
my $lagTime = $row->{lagTime};
$hash->{'task.number'} = $seq;
$hash->{'task.row.id'} = "taskrow::$id";
$hash->{'task.row.id'} = $id;
$hash->{'task.name'} = $row->{taskName};
if($canEditTasks) {