Merge branch 'ent-11330-mapas-de-red-no-muestran-todos-los-elementos' into 'develop'
Ent 11330 mapas de red no muestran todos los elementos See merge request artica/pandorafms!5955
This commit is contained in:
commit
1982ef1ebb
|
@ -842,7 +842,7 @@ switch ($tab) {
|
|||
}
|
||||
|
||||
html_print_table($table);
|
||||
$tablePagination = ui_pagination($count_maps, false, 0, 0, true, 'offset', false);
|
||||
$tablePagination = ui_pagination($count_maps, false, $offset, $limit, true, 'offset', false);
|
||||
} else {
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('There are no maps defined.') ]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue