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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user