Update actions.php

This commit is contained in:
Luca 2021-03-01 16:47:01 +01:00
parent 07be7af06d
commit 792243dde9
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ switch (filter('op')) {
echo json_encode([
'invoice_number' => $informazioni['invoice_number'],
'size' => Filesystem::formatBytes($informazioni['size']),
'history' => $informazioni['history'],
'history' => $history,
]);
break;
}