PM-1340 IMPROVEMENT

This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-02-20 14:45:45 -04:00
parent 7f5c72d3c6
commit a80999e988
2 changed files with 1 additions and 10 deletions

View File

@@ -147,7 +147,7 @@ class pmDynaform
$items[$key]->data = $rows;
}
if ($items[$key]->type !== "grid") {
$value = "";
$value = $this->data[$items[$key]->name];
$label = "";
if (isset($this->data[$items[$key]->name . "_label"])) {
$value = $this->data[$items[$key]->name];