Merge branch 'ent-8002-bug-visual-vista-informes-open' into 'develop'

Fiex open report list view

See merge request artica/pandorafms!4408
This commit is contained in:
Daniel Rodriguez 2021-10-05 09:20:01 +00:00
commit ce53453e32
1 changed files with 0 additions and 9 deletions

View File

@ -1251,16 +1251,7 @@ switch ($action) {
array_push($table->data, $data);
}
if ($columnview) {
$count = 0;
foreach ($table->data as $datos) {
if (!isset($datos[9])) {
$table->data[$count][9] = '';
}
$count++;
}
}
html_print_table($table);
ui_pagination(