BUG 5011 Initial tasks in a process doen't appear in the dropdown box in Event …

This issue was fixed, changed getAllTasks function
This commit is contained in:
Carlos Pacha
2011-05-26 09:51:15 -04:00
parent 5b69aee24c
commit 38d54d4f9d

View File

@@ -50,7 +50,7 @@ if (!isset($_SESSION['PROCESS'])){
}
$oTasks = new Tasks();
$aAux1 = $oTasks->getAllTaskstoEvents($aFields['PRO_UID']);
$aAux1 = $oTasks->getAllTasks($aFields['PRO_UID']);
$aTasks = array();
$aTasks[] = array('TAS_UID' => 'char',
'TAS_TITLE' => 'char');