This commit is contained in:
Paula V. Quispe
2015-11-04 14:56:59 -04:00
parent 29582243fb
commit fdcbe3fdde

View File

@@ -751,7 +751,7 @@ class AdditionalTables extends BaseAdditionalTables
} else { } else {
// grids // grids
foreach ($caseData[$dKey] as $dIndex => $dRow) { foreach ($caseData[$dKey] as $dIndex => $dRow) {
if (!is_array($dRow)) { if (is_array($dRow)) {
foreach ($dRow as $k => $v) { foreach ($dRow as $k => $v) {
if (trim($v) === '') { if (trim($v) === '') {
$caseData[$dKey][$dIndex][$k] = null; $caseData[$dKey][$dIndex][$k] = null;