Search for assignee on caseruns was not returning right.

git-svn-id: svn://10.0.0.236/trunk@219682 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com 2007-02-07 22:31:47 +00:00
parent 65883004da
commit 6b99bf6221

View File

@ -767,7 +767,7 @@ sub init {
}
else {
push(@supptables,
"INNER JOIN profiles AS map_$1 " .
"LEFT JOIN profiles AS map_$1 " .
"ON test_". $obj ."s.". $1 ." = map_$1.userid");
}
$f = "map_$1.login_name";