GI-159 No utilizar AppCacheView

GI-159 borrado cod. comentado
This commit is contained in:
Dante
2015-12-03 11:20:19 -04:00
parent 93ee5e9b08
commit 4621eca769
3 changed files with 139 additions and 35 deletions

View File

@@ -72,7 +72,7 @@ class labelsGmail
function setLabels($caseId, $index, $actualLastIndex, $unassigned=false){
//First getting the actual thread data
$Pmgmail = new \ProcessMaker\BusinessModel\Pmgmail();
$appData = $Pmgmail->getDraftApp($caseId, $index);
$appData = $Pmgmail->getAppData($caseId, $index);
foreach ($appData as $application){
$appNumber = $application['APP_NUMBER'];