Skip to content
Snippets Groups Projects

Resolve "exceeded visits list & unfinished visits list"

Merged Piotr Gawron requested to merge 146-exceeded-visits-list-unfinished-visits-list into master
2 files
+ 4
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -323,7 +323,7 @@ def types(request):
def serialize_subject(study_subject):
location = location_to_str(study_subject.location)
location = location_to_str(study_subject.default_location)
flying_team = flying_team_to_str(study_subject.flying_team)
visits = Visit.objects.filter(subject=study_subject).order_by('visit_number')
serialized_visits = []
Loading