BUG 11068 Improvement in events creation when start a case IMPROVEMENT

This commit is contained in:
Julio Cesar Laura
2013-06-26 16:37:07 -04:00
parent 2e0f11f6ae
commit 93f3a607dc
3 changed files with 6 additions and 10 deletions

View File

@@ -250,11 +250,6 @@ function startCase ()
$_SESSION['CASES_REFRESH'] = true;
// Execute Events
require_once 'classes/model/Event.php';
$event = new Event();
$event->createAppEvents( $_SESSION['PROCESS'], $_SESSION['APPLICATION'], $_SESSION['INDEX'], $_SESSION['TASK'] );
$oCase = new Cases();
$aNextStep = $oCase->getNextStep( $_SESSION['PROCESS'], $_SESSION['APPLICATION'], $_SESSION['INDEX'], $_SESSION['STEP_POSITION'] );