Skip to content

Commit

Permalink
Fix in attendance_template_history_reconstruction_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophile-Madet committed Nov 20, 2024
1 parent 5a2143d commit 2a61eb0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ def reconstruct_from_create_log_entry(
.last()
)
fake_attendance_template = ShiftAttendanceTemplate()
fake_attendance_template.slot_template_name = (
create_log_entry.slot_template.name
)
fake_attendance_template.slot_template = create_log_entry.slot_template
fake_attendance_template.shift_template = (
create_log_entry.slot_template.shift_template
Expand Down

0 comments on commit 2a61eb0

Please sign in to comment.