Fix/import file
1 unresolved thread
1 unresolved thread
Closes #268 (closed)
Merge request reports
Activity
Filter activity
assigned to @piotr.gawron
483 485 484 486 # creatre appointment 485 487 appointment, _ = Appointment.objects.update_or_create( 486 visit=visit, length=sum( 487 [a.default_duration for a in appointment_types]), 488 visit=visit, length=sum([a.default_duration for a in appointment_types]), 488 489 flying_team=ft, location=location, 489 status=Appointment.APPOINTMENT_STATUS_FINISHED, datetime_when=datetime_when) 490 status=Appointment.APPOINTMENT_STATUS_SCHEDULED, datetime_when=datetime_when, changed this line in version 2 of the diff
assigned to @piotr.gawron
mentioned in commit fbe0ba62
Please register or sign in to reply