store lodur data on webdav

This commit is contained in:
Tobias Brunner 2019-11-03 13:31:27 +01:00
parent b0803a6d86
commit af592567a0
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ class Lodur:
# Submit the form
self.submit_form_einsatzrapport(lodur_data)
# save lodur data to webdav
webdav_client.store_lodur_data(f_id, lodur_data)
else:
# einsatz not available in Lodur
self.logger.error('[%s] No lodur_id found')