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

Fix import of rooms for extra lessons

parent 002a94d8
No related branches found
No related tags found
1 merge request!166Migrate to Cursus/Lesrooster
......@@ -193,7 +193,6 @@ def import_substitutions(
groups = [classes_ref[pk] for pk in untis_split_first(sub.classids, int)]
rooms = rooms_old if not room_new and rooms_old else [room_new]
subject = subject_new if subject_new else subject_old
if not teacher_new and not teacher_old:
teachers = []
......
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