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

Formattazione codice

This commit is contained in:
Pek5892
2024-01-15 15:30:45 +01:00
parent 453b3603cc
commit b3c6cb7110
346 changed files with 2889 additions and 3287 deletions

View File

@ -31,7 +31,7 @@ if (!empty(filter('order'))) {
}
array_shift($columns);
$total = Util\Query::readQuery($structure);
$total = Query::readQuery($structure);
// Ricerca
$search = [];
@ -74,7 +74,7 @@ if (!empty($query)) {
$results['recordsFiltered'] = $data['count'];
// SOMME
$results['summable'] = Util\Query::getSums($structure, $search);
$results['summable'] = Query::getSums($structure, $search);
// Allineamento delle righe
$align = [];