mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Update actions.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user