PM-1692 Actualizacion de variables '_label'
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user