diff --git a/src/genlab_bestilling/models.py b/src/genlab_bestilling/models.py index 83e4abe..b3e0034 100644 --- a/src/genlab_bestilling/models.py +++ b/src/genlab_bestilling/models.py @@ -285,7 +285,7 @@ def confirm_order(self, persist=True): def order_manually_checked(self): super().order_manually_checked() - app.configure_task(name="generate-genlab-ids").defer() + app.configure_task(name="generate-genlab-ids").defer(order_id=self.id) class Sample(models.Model):