From 3c512e1c488146e4fa932d2338186b8cb59c82af Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Mon, 12 Nov 2018 11:40:08 +0100
Subject: [PATCH] merged hotfix/import_file which was intended for little
 changes but its name is confusing

---
 smash/import_file.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/import_file.py b/smash/import_file.py
index 227e2c1e..bf291e06 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(
-- 
GitLab