This commit is contained in:
Paula V. Quispe
2016-04-01 15:47:40 -04:00
parent 7bb281eb00
commit 8f4a839279

View File

@@ -100,7 +100,6 @@ class Home extends Controller
$proData = $process->getAllProcesses( $start, $limit, null, null, false, true );
$processList = $case->getStartCasesPerType( $_SESSION['USER_LOGGED'], 'category' );
unset( $processList[0] );
$processesList = array ();
foreach ($processList as $key => $valueProcess) {