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:
Rafael Ameijeiras 2023-05-25 14:59:32 +00:00
commit 1982ef1ebb
1 changed files with 1 additions and 1 deletions

View File

@ -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.') ]);
}