1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

feat: gestione pulsanti precedente e successivo

This commit is contained in:
MatteoPistorello
2024-10-31 14:49:13 +01:00
parent ab6cedcd13
commit 709652eecd
4 changed files with 38 additions and 11 deletions

View File

@ -29,6 +29,7 @@ $draw_numer = intval(filter('draw'));
if (!empty(filter('order'))) {
$order['column'] = $order['column'] - 1;
}
$_SESSION['module_'.$id_module]['order'] = $order;
array_shift($columns);
$total = Query::readQuery($structure);