Skip to content
Snippets Groups Projects
Verified Commit 7d23ce73 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix change detection in automatic plan

parent 41d01800
Branches 130-show-print-timetable-button-on-mobile-devices
No related tags found
1 merge request!391Fix change detection in automatic plan
Pipeline #193871 passed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment