Skip to content
Snippets Groups Projects

Fix change detection in automatic plan

Merged Jonathan Weth requested to merge fix/automatic-plan into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -110,7 +110,7 @@ class AutomaticPlan(LiveDocument):
# Check if the changed object is relevant for the time period of the PDF file
if not version.object.amends:
return
continue
if version.object.datetime_start:
date_start = version.object.datetime_start.date()
Loading