AddOn/Datenexport_Zeiterfassung/test.html aktualisiert
This commit is contained in:
parent
fcd1fc57ac
commit
e321dc2d4a
|
|
@ -155,7 +155,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!result.Result) {
|
if (!result.Result) {
|
||||||
throw new Error('Kein Result im Antwortobjekt');
|
throw new Error('Kein Result im Antwortobjekt ('+result+')');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exportdaten abrufen (Result ist GUID)
|
// Exportdaten abrufen (Result ist GUID)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue