AddOn/Datenexport_Zeiterfassung/index.php aktualisiert
This commit is contained in:
parent
19f0806b2d
commit
a5ea93bc6d
|
|
@ -30,7 +30,4 @@ if (isset($data['Result']) && $data['Result'] === 'JobPending') {
|
|||
} else {
|
||||
print_r($data); // Daten vorhanden
|
||||
|
||||
echo "<hr/>";
|
||||
echo json_encode($api->parseCalDataToJson($data));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue