Merged in cochalo/processmaker/PM-1692 (pull request #2056)

PM-1692 Error al guardar un case note
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-30 19:16:00 -04:00
3 changed files with 19 additions and 4 deletions

View File

@@ -991,6 +991,9 @@ class Consolidated
foreach ($array["form"] as $key => $value) {
$array["form"][$key] = (string)$array["form"][$key];
if (isset($fields["APP_DATA"][$key.'_label'])) {
$array["form"][$key.'_label'] = (string)$array["form"][$key];
}
}
/*
$_POST['form'] = $array["form"];