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

Miglioramento dei tests

This commit is contained in:
Thomas Zilio
2019-07-11 17:20:58 +02:00
parent c40eb5b950
commit b16fc4adfa
32 changed files with 411 additions and 365 deletions

View File

@@ -16,9 +16,9 @@ switch (filter('op')) {
echo json_encode([
'label' => tr('Fatturato').' - '.tr('Periodo _NUM_', [
'_NUM_' => $calendar_id
'_NUM_' => $calendar_id,
]),
'results' => $results
'results' => $results,
]);
break;
@@ -29,9 +29,9 @@ switch (filter('op')) {
echo json_encode([
'label' => tr('Acquisti').' - '.tr('Periodo _NUM_', [
'_NUM_' => $calendar_id
'_NUM_' => $calendar_id,
]),
'results' => $results
'results' => $results,
]);
break;