PMCORE-2292

This commit is contained in:
Paula Quispe
2020-12-08 14:43:40 -04:00
parent 61d7d705eb
commit adcd0ee41a

View File

@@ -2151,7 +2151,6 @@ class Cases
$routing->setTasLastAssigned($tasUid, $usrUid); $routing->setTasLastAssigned($tasUid, $usrUid);
// Execute Events // Execute Events
require_once 'classes/model/Event.php';
$event = new Event(); $event = new Event();
$event->createAppEvents($proUid, $appUid, $delIndex, $tasUid); $event->createAppEvents($proUid, $appUid, $delIndex, $tasUid);
@@ -2182,7 +2181,7 @@ class Cases
$inbox->newRow($fields, $usrUid, $isSelfService); $inbox->newRow($fields, $usrUid, $isSelfService);
} }
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
} catch (exception $e) { } catch (Exception $e) {
throw ($e); throw ($e);
} }
} else { } else {