Skip to content
Snippets Groups Projects
Commit 3c512e1c authored by Carlos Vega's avatar Carlos Vega
Browse files

merged hotfix/import_file which was intended for little changes but its name is confusing

parent 3f9e309d
No related branches found
No related tags found
1 merge request!184Fix/import file
Pipeline #7349 passed
......@@ -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(
......
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