AddOn/Datenexport_Zeiterfassung/index.php aktualisiert
This commit is contained in:
parent
3e23c556c9
commit
3e6dff7e1b
|
|
@ -29,4 +29,8 @@ if (isset($data['Result']) && $data['Result'] === 'JobPending') {
|
|||
echo "Export läuft noch. Bitte später erneut versuchen.";
|
||||
} else {
|
||||
print_r($data); // Daten vorhanden
|
||||
|
||||
echo "<hr/>";
|
||||
echo json_encode($api->parseCalDataToJson($data));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue