@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user