PM-1692 Actualizacion de variables '_label'

This commit is contained in:
Brayan Pereyra
2015-04-30 15:58:15 -04:00
parent c0f698fee7
commit 9e8b2a9bcb

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"];