Merged in luisfernandosl/processmaker/PM-2355 (pull request #1962)

PM-2355 "Al modificar un Intemediate..." SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-20 22:27:10 -04:00
3 changed files with 5 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ class pmDynaform
array_push($json->options, $option);
}
} catch (Exception $e) {
}
}
if (isset($json->options[0])) {
@@ -264,7 +264,7 @@ class pmDynaform
return $this->record != null && $this->record["DYN_VERSION"] == 2 ? true : false;
}
public function printViewWithoutSubmit()
public function printTracker()
{
ob_clean();