1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 15:54:17 +01:00

Update actions.php

This commit is contained in:
Luca 2021-03-01 16:47:01 +01:00
parent 07be7af06d
commit 792243dde9

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;
}