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:
@ -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);
|
||||
|
Reference in New Issue
Block a user