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

Fix grafico in statistiche

This commit is contained in:
valentina
2024-09-09 09:28:48 +02:00
parent 306a28737d
commit 11c0768197
5 changed files with 42 additions and 53 deletions

View File

@@ -112,7 +112,7 @@ switch (filter('op')) {
if ($hook->permission != '-') {
$results[] = [
'id' => $hook->id,
'name' => $hook->getTranslation('title'),
'name' => $hook->name,
];
}
}