mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fiex open report list view
This commit is contained in:
parent
538da5ff30
commit
5027e8c9a5
@ -1251,16 +1251,7 @@ switch ($action) {
|
|||||||
array_push($table->data, $data);
|
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);
|
html_print_table($table);
|
||||||
ui_pagination(
|
ui_pagination(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user