This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-01-31 17:43:50 -04:00
parent 2d91d12a24
commit eec8aa5f08

View File

@@ -4433,6 +4433,11 @@ class Cases
/*----------------------------------********---------------------------------*/
$this->getExecuteTriggerProcess($sApplicationUID, 'REASSIGNED');
//Delete record of the table LIST_UNASSIGNED
$unassigned = new ListUnassigned();
$unassigned->remove($sApplicationUID, $iDelegation);
return true;
}