diff --git a/smash/import_file.py b/smash/import_file.py index 227e2c1e0ebf0c7b3bad4aa08dbaffa45889c1f2..bf291e0652cafaf49354394915ddf94680c72424 100644 --- a/smash/import_file.py +++ b/smash/import_file.py @@ -487,7 +487,7 @@ def parse_row(index, row, visit_columns, appointmentTypes, voucher_types, lcsb_w appointment, _ = Appointment.objects.update_or_create( visit=visit, length=sum([a.default_duration for a in appointment_types]), flying_team=ft, location=location, - status=Appointment.APPOINTMENT_STATUS_SCHEDULED, datetime_when=datetime_when, + status=Appointment.APPOINTMENT_STATUS_FINISHED, datetime_when=datetime_when, worker_assigned=lcsb_worker) date_when = visit_date.replace(