Skip to content

Commit

Permalink
fix species set
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jan 15, 2025
1 parent 79e7956 commit ca10b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genlab_bestilling/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def populate_from_order(self):

for marker in self.markers.all():
for sample in self.from_order.samples.filter(
species__in=marker.species_set.all()
species__in=marker.species.all()
):
SampleMarkerAnalysis.objects.update_or_create(
sample=sample,
Expand Down

0 comments on commit ca10b3a

Please sign in to comment.