Fiex open report list view

This commit is contained in:
Calvo 2021-09-14 13:33:18 +02:00
parent 538da5ff30
commit 5027e8c9a5
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(